Skip to content

Commit

Permalink
Add if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleytate614 committed Dec 9, 2024
1 parent 881d577 commit 7fa7fbb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.custom_sa_namespace }}
{{ $aws_secret := "aws"}}
{{ $role_name := "postsync-custom-sa-update-sm-r" }}
{{ $sa_name := "postsync-custom-sa-update-sm-sa" }}
Expand Down Expand Up @@ -69,3 +70,4 @@ roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: {{ $role_name }}
{{- end }}

0 comments on commit 7fa7fbb

Please sign in to comment.