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

View File

@@ -0,0 +1,18 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: system-upgrade-controller
namespace: system-upgrade
spec:
template:
spec:
containers:
- name: system-upgrade-controller
volumeMounts:
- name: ca-certificates
mountPath: /var/lib/ca-certificates
volumes:
- name: ca-certificates
hostPath:
path: /var/lib/ca-certificates
type: Directory