File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ tasks:
108
108
LB_IP2 :
109
109
sh : yq eval '.tinkerbell.hookosVip' {{.STATE_FILE_FQ_PATH}}
110
110
TRUSTED_PROXIES :
111
- sh : KUBECONFIG={{.KUBECONFIG}} kubectl get nodes -o jsonpath='{.items[*].spec.podCIDR}'
111
+ sh : KUBECONFIG={{.KUBECONFIG}} kubectl get nodes -o jsonpath='{.items[*].spec.podCIDR}' | tr ' ' ','
112
112
STACK_CHART_VERSION :
113
113
sh : yq eval '.versions.chart' {{.STATE_FILE_FQ_PATH}}
114
114
NAMESPACE :
@@ -124,8 +124,8 @@ tasks:
124
124
- artifactsFileServer=http://{{.LB_IP2}}:7173
125
125
ISO_VARS :
126
126
- deployment.envs.smee.dhcpEnabled=false
127
- - optional.hookos.extension=both
128
127
- deployment.envs.smee.isoUpstreamURL=http://{{.LB_IP2}}:7173/hook-latest-lts-x86_64-efi-initrd.iso
128
+ - optional.hookos.extension=both
129
129
EXTRA_VARS :
130
130
sh : yq eval '.chart.extraVars | .[]' {{.STATE_FILE_FQ_PATH}} | xargs
131
131
cmds :
You can’t perform that action at this time.
0 commit comments