Skip to content

Commit

Permalink
fix: adding permissions for runner to see the docker config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed May 4, 2022
1 parent fbff325 commit 43e5663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/as-k8s/service.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ ingress:
#! pipeline control
pipelineControl:
datetime: 'today'
dockerconfigjson: {}
dockerconfigjson: "{}"
2 changes: 1 addition & 1 deletion deploy/as-k8s/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ metadata:
#@ secretAnnotations.update(globalAnnotations)
annotations: #@ secretAnnotations
data:
.dockerconfigjson: #@ json.encode(data.values.pipelineControl.dockerconfigjson)
.dockerconfigjson: #@ data.values.pipelineControl.dockerconfigjson

---
#@ if data.values.deployment.enable:
Expand Down

0 comments on commit 43e5663

Please sign in to comment.