Fixed template for dockerconf
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
variables:
|
variables:
|
||||||
HELM_CHART_VERSION: "0.5.7"
|
HELM_CHART_VERSION: "0.5.8"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user