Skip to content

Commit

Permalink
Try without range
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleytate614 committed Dec 6, 2024
1 parent a7e5913 commit 942d731
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ $aws_secret := "aws"}}
{{ $sa_name := "postsync-custom-sa-update-sm-sa" }}
{{ $secret_name := "test-secret" }}
{{- range $custom_sa_name, $custom_sa_role := $.Values.custom_sa_details }}
# {{- range $custom_sa_name, $custom_sa_role := $.Values.custom_sa_details }}
# List secrets from the custom sa namespace
# {{- range $index, $secret := (lookup "v1" "Secret" $.Values.custom_sa_namespace "").items }}
# The secret name has a prefix of the service account name - use this to get the secret name
Expand Down Expand Up @@ -123,4 +123,4 @@ spec:
backoffLimit: 4
# {{- end }}
# {{- end }}
{{- end }}
# {{- end }}

0 comments on commit 942d731

Please sign in to comment.