We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82bb63f commit c2e7eb6Copy full SHA for c2e7eb6
1 file changed
.github/workflows/non-prod-pipeline.yaml
@@ -24,7 +24,7 @@ env:
24
ACCOUNT_ID: 522534289017
25
26
jobs:
27
- promote:
+ non-prod-pipeline:
28
runs-on: self-hosted
29
30
steps:
@@ -92,7 +92,13 @@ jobs:
92
- name: Deploy to Selected Environment
93
run: |
94
helm upgrade --install ${{ inputs.component }} \
95
- -f values-${{ inputs.environment }}.yaml \
+ -f values-${{ inpu.yaml \
96
--set deployment.imageVersion=${{ inputs.commit_id }} \
97
-n ${{ inputs.project }} \
98
- --atomic --wait --timeout=5m .
+ --atomic --wait --timeout=5m .
99
+
100
+ # helm upgrade --install ${{ inputs.component }} \
101
+ # -f values-dev.yaml \
102
+ # --set deployment.imageVersion=${{ inputs.commit_id }} \
103
+ # -n ${{ inputs.project }} \
104
+ # --atomic --wait --timeout=5m .
0 commit comments