mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 05:06:22 -03:00
fix(crds): fix volumeMounts name of crds
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 10.7.1
|
||||
version: 10.7.2
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user