Skip to content

Commit

Permalink
Add missing values
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleytate614 committed Dec 9, 2024
1 parent 7fa7fbb commit 4e8dc24
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +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 }}"
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 4e8dc24

Please sign in to comment.