Skip to content

Commit 2a37a01

Browse files
chore: fix typo in action PIDM-487
1 parent 3ab0db9 commit 2a37a01

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
@@ -38,7 +38,7 @@ jobs:
3838
cluster_name: ${{ vars.CLUSTER_NAME }}
3939
resource_group: ${{ vars.CLUSTER_RESOURCE_GROUP }}
4040
app_name: ${{ env.APP_NAME }}
41-
helm_upgrade_options: "--debug --set microservice-chart.azure.workloadIdentityClientId=${{vars.WORKLOAD_IDENTITY_ID}} --set postgres.azure.workloadIdentityClientId=${{vars.WORKLOAD_IDENTITY_ID}} --set postgresql.enabled=\"true\" --set oracle.enabled=\"true\""
41+
helm_upgrade_options: "--debug --set microservice-chart.azure.workloadIdentityClientId=${{vars.WORKLOAD_IDENTITY_ID}} --set postgresql.azure.workloadIdentityClientId=${{vars.WORKLOAD_IDENTITY_ID}} --set postgresql.enabled=\"true\" --set oracle.enabled=\"true\""
4242
timeout: '15m0s'
4343

4444
# update_openapi:

0 commit comments

Comments
 (0)