Skip to content

Commit 3cf3ccd

Browse files
committed
feat: add helm chart
Signed-off-by: emirot <emirot.nolan@gmail.com>
1 parent 653a81d commit 3cf3ccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Helm chart
3535
run: |
3636
kubectl create ns promoter-system
37-
helm template promoter chart/ --create-namespace --namespace promoter-system | kubectl apply -f - || true
37+
helm template promoter chart/ --create-namespace --namespace promoter-system | kubectl apply --server-side -f -
3838
helm template promoter chart/ --create-namespace --namespace promoter-system | kubectl apply -f -
3939
4040
- name: Verify installation

0 commit comments

Comments
 (0)