Skip to content

Commit

Permalink
kubeconfig dir 명시적 선언하기
Browse files Browse the repository at this point in the history
  • Loading branch information
sanggggg committed Aug 8, 2024
1 parent 990a4ff commit 05dd8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Upgrade scc-server helm chart
working-directory: infra/helm/scc-server
run: |
helm upgrade --install --namespace dev -f values-dev.yaml scc-server ./
helm upgrade --install --namespace dev --kubeconfig ~/.kube/config -f values-dev.yaml scc-server ./
- name: Restart deploy/scc-server # tag를 latest-rc로 고정해서 사용하기 때문에 helm upgrade --install만 해서는 새 버전의 이미지가 배포되지 않는다. 따라서 강제로 rollout을 해준다.
run: |
Expand Down

0 comments on commit 05dd8ac

Please sign in to comment.