We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bac829 commit 012ac6cCopy full SHA for 012ac6c
.github/workflows/nfr.yml
@@ -134,8 +134,9 @@ jobs:
134
echo "GKE_NUM_NODES=12" >> vars.env
135
echo "GKE_MACHINE_TYPE=n2d-standard-16" >> vars.env
136
echo "PLUS_USAGE_ENDPOINT=${{ secrets.JWT_PLUS_REPORTING_ENDPOINT }}" >> vars.env
137
- echo "HELM_PARAMETERS=--set nginx.config.ipFamily=${{ inputs.ipv6_enabled ? 'ipv6' : 'ipv4' }}" >> vars.env
138
-
+ if [ "${{ inputs.ipv6_enabled }}" = "true" ]; then
+ echo "HELM_PARAMETERS=--set nginx.config.ipFamily=ipv6" >> vars.env
139
+ fi
140
- name: Setup license file for plus
141
if: matrix.type == 'plus'
142
env:
0 commit comments