We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b0d3b commit a649ea8Copy full SHA for a649ea8
helm/designate-certmanager-webhook/templates/uninstall.yaml
@@ -81,7 +81,7 @@ subjects:
81
- apiGroup: ""
82
kind: ServiceAccount
83
name: {{ include "designate-certmanager-webhook.fullname" . }}
84
- namespace: default
+ namespace: {{ .Release.Namespace }}
85
---
86
apiVersion: v1
87
@@ -96,4 +96,3 @@ metadata:
96
annotations:
97
"helm.sh/hook": pre-delete
98
"helm.sh/hook-delete-policy": hook-succeeded
99
0 commit comments