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: variables:
HELM_CHART_VERSION: "0.5.7" HELM_CHART_VERSION: "0.5.8"
stages: stages:
- deploy - deploy

View File

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