Skip to content

Commit a649ea8

Browse files
fix: address more namespace related issues (#116)
Fix a few more instances of values beeing hardcoded instead of beeing templated. Signed-off-by: Tobias Kohlbau <[email protected]>
1 parent f8b0d3b commit a649ea8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

helm/designate-certmanager-webhook/templates/uninstall.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ subjects:
8181
- apiGroup: ""
8282
kind: ServiceAccount
8383
name: {{ include "designate-certmanager-webhook.fullname" . }}
84-
namespace: default
84+
namespace: {{ .Release.Namespace }}
8585
---
8686
apiVersion: v1
8787
kind: ServiceAccount
@@ -96,4 +96,3 @@ metadata:
9696
annotations:
9797
"helm.sh/hook": pre-delete
9898
"helm.sh/hook-delete-policy": hook-succeeded
99-
namespace: default

0 commit comments

Comments
 (0)