From 71add2a7cf156ab46ceabfe8a79740a90e73d0f5 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Thu, 20 Oct 2022 22:38:15 +0300 Subject: [PATCH] fix(crds): fix volumeMounts name of crds --- charts/common/Chart.yaml | 2 +- charts/common/templates/lib/util/_crd-updater.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 17797795..19fde3b7 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 10.7.1 +version: 10.7.2 diff --git a/charts/common/templates/lib/util/_crd-updater.tpl b/charts/common/templates/lib/util/_crd-updater.tpl index 9e1cb3a5..ecb4ec2b 100644 --- a/charts/common/templates/lib/util/_crd-updater.tpl +++ b/charts/common/templates/lib/util/_crd-updater.tpl @@ -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"]