Commit 518132af by Guangbo Chen Committed by Craig Jellick

Fix monitoring upgrade donot update crds

parent 7c183b98
...@@ -4,7 +4,7 @@ metadata: ...@@ -4,7 +4,7 @@ metadata:
name: {{ template "app.fullname" . }} name: {{ template "app.fullname" . }}
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
annotations: annotations:
"helm.sh/hook": post-install "helm.sh/hook": post-install, post-upgrade
"helm.sh/hook-delete-policy": hook-succeeded "helm.sh/hook-delete-policy": hook-succeeded
spec: spec:
ttlSecondsAfterFinished: 100 ttlSecondsAfterFinished: 100
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment