Skip to content

Commit

Permalink
Testing app policy
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiol committed May 16, 2024
1 parent ce5d605 commit 54dbd44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/acm/templates/policies/application-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ spec:
value: {{ $group.name }}
- name: global.experimentalCapabilities
value: {{ $.Values.global.experimentalCapabilities }}
{{- if $.Values.main.extraParameters }}
{{- range $.Values.main.extraParameters }}
- name: {{ .name }}
value: {{ .value }}
{{- end }}
{{- end }}
{{- range .helmOverrides }}
- name: {{ .name }}
value: {{ .value | quote }}
Expand Down

0 comments on commit 54dbd44

Please sign in to comment.