Fixed template for dockerconf

This commit is contained in:
2023-06-04 08:38:49 +00:00
parent 3ae90f746f
commit 8106e7248e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
variables:
HELM_CHART_VERSION: "0.5.7"
HELM_CHART_VERSION: "0.5.8"
stages:
- deploy

View File

@@ -42,7 +42,7 @@ spec:
template:
type: kubernetes.io/dockerconfigjson
data:
.dockerconfigjson: "{{ .dockerconfig | toString }}"
.dockerconfigjson: "{{`{{ .dockerconfig | toString }}`}}"
creationPolicy: Owner
data:
- secretKey: dockerconfig