Merge pull request #255 from stavros-k/fixcrdupdate

This commit is contained in:
Stavros Kois
2022-10-21 08:23:29 +03:00
committed by GitHub
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"]