From be60e05c6ecd27e0077fba9b91f305042511d4f6 Mon Sep 17 00:00:00 2001 From: Yevhenii Semendiak Date: Tue, 4 Apr 2023 12:27:24 +0300 Subject: [PATCH] fix chart --- charts/platform-secrets/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/platform-secrets/templates/deployment.yaml b/charts/platform-secrets/templates/deployment.yaml index cc496e3..5070531 100644 --- a/charts/platform-secrets/templates/deployment.yaml +++ b/charts/platform-secrets/templates/deployment.yaml @@ -89,7 +89,7 @@ spec: {{- end }} volumeMounts: - mountPath: {{ include "platformSecrets.kubeAuthMountRoot" . }} - name: kube-api-token + name: kube-api-data readOnly: true {{- if .Values.imagePullSecrets }} imagePullSecrets: {{ toYaml .Values.imagePullSecrets | nindent 6 }}