Skip to content

Commit

Permalink
Merge pull request #6 from c4rlier/fix/change-imgPullSecrets-default-…
Browse files Browse the repository at this point in the history
…value

change imagePullSecrets default value
  • Loading branch information
xiwenc authored Mar 28, 2022
2 parents 29b048f + 0c0bbd7 commit a93adfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/app-mendix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ image:
tag: "latest"
pullPolicy: "Always"
imagePullSecrets:
- name: cicd
- name: dockerconfigjson
nodeSelector:
enabled: true
nodetype: app
Expand Down

0 comments on commit a93adfe

Please sign in to comment.