Skip to content

Commit

Permalink
Remove webhooks on uninstall
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 11, 2024
1 parent 2b599e8 commit 175a70f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ metadata:
name: {{ include "kubeware-provider.fullname" . }}
labels:
{{- include "kubeware-provider.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-delete-policy": before-hook-creation
webhooks:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ metadata:
name: {{ include "kubeware-provider.fullname" . }}
labels:
{{- include "kubeware-provider.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-delete-policy": before-hook-creation
webhooks:
- admissionReviewVersions:
- v1
Expand Down

0 comments on commit 175a70f

Please sign in to comment.