fix(crds): fix volumeMounts name of crds

This commit is contained in:
Stavros kois
2022-10-20 22:38:15 +03:00
parent 6cd01e02ba
commit 71add2a7cf
2 changed files with 2 additions and 2 deletions

View File

@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 10.7.1
version: 10.7.2

View File

@@ -33,7 +33,7 @@ spec:
- name: {{ $fullName }}-crds
image: {{ .Values.kubectlImage }}
volumeMounts:
- name: crds
- name: {{ $fullName }}-crds
mountPath: /etc/crds
readOnly: true
command: ["kubectl", "apply", "-f", "/etc/crds"]