File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5252 cluster_name : ${{ vars.CLUSTER_NAME }}
5353 resource_group : ${{ vars.CLUSTER_RESOURCE_GROUP }}
5454 app_name : ${{ env.APP_NAME }}${{inputs.suffix_name}}
55- helm_upgrade_options : " --debug --set microservice-chart.azure.workloadIdentityClientId=${{vars.WORKLOAD_IDENTITY_ID}} --set microservice-chart.canaryDelivery.ingress.weightPercent=${{ inputs.traffic_weight }} --set microservice-chart.canaryDelivery.create=${{ inputs.is_canary }}' "
55+ helm_upgrade_options : " --debug --set microservice-chart.azure.workloadIdentityClientId=${{vars.WORKLOAD_IDENTITY_ID}} --set microservice-chart.canaryDelivery.ingress.weightPercent=${{ inputs.traffic_weight }} --set microservice-chart.canaryDelivery.create=${{ inputs.is_canary }}"
5656 timeout : ' 10m0s'
5757
5858# update_openapi:
You can’t perform that action at this time.
0 commit comments