Skip to content

Commit 713f699

Browse files
chore: removing char PIDM-1458
1 parent d67b037 commit 713f699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_with_github_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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:

0 commit comments

Comments
 (0)