Skip to content

Commit 6bac829

Browse files
committed
Update logic for ipFamily helm parameter
1 parent fa04cc4 commit 6bac829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nfr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
echo "GKE_NUM_NODES=12" >> vars.env
135135
echo "GKE_MACHINE_TYPE=n2d-standard-16" >> vars.env
136136
echo "PLUS_USAGE_ENDPOINT=${{ secrets.JWT_PLUS_REPORTING_ENDPOINT }}" >> vars.env
137-
echo "HELM_PARAMETERS="${{ if inputs.ipv6_enabled }}--set nginx.config.ipFamily=ipv6 >> vars.env"
137+
echo "HELM_PARAMETERS=--set nginx.config.ipFamily=${{ inputs.ipv6_enabled ? 'ipv6' : 'ipv4' }}" >> vars.env
138138
139139
- name: Setup license file for plus
140140
if: matrix.type == 'plus'

0 commit comments

Comments
 (0)