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 fa04cc4 commit 6bac829Copy full SHA for 6bac829
.github/workflows/nfr.yml
@@ -134,7 +134,7 @@ 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="${{ if inputs.ipv6_enabled }}--set nginx.config.ipFamily=ipv6 >> vars.env"
+ echo "HELM_PARAMETERS=--set nginx.config.ipFamily=${{ inputs.ipv6_enabled ? 'ipv6' : 'ipv4' }}" >> vars.env
138
139
- name: Setup license file for plus
140
if: matrix.type == 'plus'
0 commit comments