Update secret type for docker

This commit is contained in:
Lars
2023-09-13 10:33:11 +02:00
parent 06b0355568
commit 7bc8d7f084
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "1.0.9" HELM_CHART_VERSION: "1.0.10"
stages: stages:
- deploy - deploy

View File

@@ -21,6 +21,9 @@ spec:
target: target:
name: {{ include "..fullname" $ }}-exts-{{ .name }} name: {{ include "..fullname" $ }}-exts-{{ .name }}
template: template:
{{- if eq .type "docker"}}
type: kubernetes.io/dockerconfigjson
{{- end }}
metadata: metadata:
labels: labels:
app.kubernetes.io/managed-by: External-Secrets app.kubernetes.io/managed-by: External-Secrets