Skip to content

Commit

Permalink
Remove $ prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleytate614 committed Dec 13, 2024
1 parent bd794b7 commit 9cdee6f
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ spec:
env:
- name: {{ .Values.avp.values_varname }}
value: |
account_id: "{{ $.Values.account.id }}"
region_id: "{{ $.Values.region.id }}"
cluster_id: "{{ $.Values.cluster.id }}"
sm_aws_access_key_id: "{{ $.Values.sm.aws_access_key_id }}"
sm_aws_secret_access_key: "{{ $.Values.sm.aws_secret_access_key }}"
account_id: "{{ .Values.account.id }}"
region_id: "{{ .Values.region.id }}"
cluster_id: "{{ .Values.cluster.id }}"
sm_aws_access_key_id: "{{ .Values.sm.aws_access_key_id }}"
sm_aws_secret_access_key: "{{ .Values.sm.aws_secret_access_key }}"
custom_sa_namespace: "{{ .Values.custom_sa.custom_sa_namespace }}"
{{- if .Values.custom_sa.custom_sa_details }}
custom_sa_details: {{ .Values.custom_sa.custom_sa_details | toYaml | nindent 14 }}
Expand Down

0 comments on commit 9cdee6f

Please sign in to comment.