From 3e54d2034c21bf4193c9a4bce1434eb15dcc8e35 Mon Sep 17 00:00:00 2001 From: Devin Collins Date: Mon, 6 Feb 2023 12:25:56 -0800 Subject: [PATCH] fix volumemount --- charts/imagepullsecret-patcher/Chart.yaml | 2 +- charts/imagepullsecret-patcher/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/imagepullsecret-patcher/Chart.yaml b/charts/imagepullsecret-patcher/Chart.yaml index 54d50c9..105e36d 100644 --- a/charts/imagepullsecret-patcher/Chart.yaml +++ b/charts/imagepullsecret-patcher/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 description: imagepullsecret-patcher name: imagepullsecret-patcher -version: 1.0.1 +version: 1.0.2 appVersion: "v0.14" diff --git a/charts/imagepullsecret-patcher/templates/deployment.yaml b/charts/imagepullsecret-patcher/templates/deployment.yaml index 7e177f7..4ab1bef 100644 --- a/charts/imagepullsecret-patcher/templates/deployment.yaml +++ b/charts/imagepullsecret-patcher/templates/deployment.yaml @@ -42,4 +42,4 @@ spec: volumes: - name: src-dockerconfigjson secret: - secretName: {{ template "imagepullsecret-patcher.fullname" . }}-dockerconfigjson \ No newline at end of file + secretName: {{ .Values.managedSecretName }} \ No newline at end of file