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:
HELM_CHART_VERSION: "1.0.9"
HELM_CHART_VERSION: "1.0.10"
stages:
- deploy

View File

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