Fixed template for dockerconf
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "0.5.7"
|
||||
HELM_CHART_VERSION: "0.5.8"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -42,7 +42,7 @@ spec:
|
||||
template:
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
data:
|
||||
.dockerconfigjson: "{{ .dockerconfig | toString }}"
|
||||
.dockerconfigjson: "{{`{{ .dockerconfig | toString }}`}}"
|
||||
creationPolicy: Owner
|
||||
data:
|
||||
- secretKey: dockerconfig
|
||||
|
||||
Reference in New Issue
Block a user