Skip to content

Commit cbcdd74

Browse files
committed
fix indent
1 parent a60de3e commit cbcdd74

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/deploy-to-k8.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
- name: Install Helm
7373
uses: azure/setup-helm@v3
7474

75-
- name: Deploy App with Helm
76-
run: |
77-
helm upgrade whiteboard ./helm/whiteboard-app/ \
78-
-f ${{ env.VALUES_FILE }} \
79-
-n ${{ env.NAMESPACE }} \
80-
--install \
81-
--atomic \
82-
--kubeconfig ${{ env.KUBECONFIG }}
75+
- name: Deploy App with Helm
76+
run: |
77+
helm upgrade whiteboard ./helm/whiteboard-app/ \
78+
-f ${{ env.VALUES_FILE }} \
79+
-n ${{ env.NAMESPACE }} \
80+
--install \
81+
--atomic \
82+
--kubeconfig ${{ env.KUBECONFIG }}

0 commit comments

Comments
 (0)