Skip to content

Commit

Permalink
Remove petset webhooks on uninstall (#148)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Feb 11, 2024
1 parent 44f89f5 commit 8dc36af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions charts/petset/templates/webhook-server/mutating_webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ metadata:
name: {{ include "petset.fullname" . }}
labels:
{{- include "petset.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 "petset.fullname" . }}
labels:
{{- include "petset.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 8dc36af

Please sign in to comment.