renamed patches directory to kustomize

This commit is contained in:
Karim Naufal
2022-02-20 12:22:22 +01:00
parent 33e3fe20af
commit d33f1879eb
3 changed files with 0 additions and 0 deletions

20
kustomize/kured.yaml Normal file
View File

@@ -0,0 +1,20 @@
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: kured
namespace: kube-system
spec:
selector:
matchLabels:
name: kured
template:
metadata:
labels:
name: kured
spec:
serviceAccountName: kured
containers:
- name: kured
command:
- /usr/bin/kured
- --reboot-command=/usr/bin/systemctl reboot