Skip to content

Commit

Permalink
fix helm hook preventing platformonitoring deploy in new cluster (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
zubenkoivan authored Aug 2, 2019
1 parent ec36bfa commit 86bd9ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/platformmonitoringapi/templates/dockerengineapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ kind: ConfigMap
metadata:
name: dockerengineapi
annotations:
"helm.sh/hook": "pre-install,pre-upgrade,replace"
"helm.sh/hook": "pre-install,pre-upgrade"
"helm.sh/hook-delete-policy": "before-hook-creation"
data:
nginx.conf: |-
user root root;
Expand Down

0 comments on commit 86bd9ab

Please sign in to comment.