Skip to content

Commit

Permalink
Pass targetIPs to precheck job
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 25, 2024
1 parent 2d22ab8 commit 06f2fff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/ace-installer/templates/precheck/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
{{ $_ := set $licenses $k (b64dec $v) }}
{{- end }}

{{- $targetIPs := dig "releases" "ace" "values" "global" "infra" "dns" "targetIPs" list $.Values.helm -}}
{{- if $targetIPs }}
{{ $_ := set .Values.selfManagement "targetIPs" $targetIPs }}
{{- end }}

kind: Secret
apiVersion: v1
metadata:
Expand Down

0 comments on commit 06f2fff

Please sign in to comment.