We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653a81d commit 3cf3ccdCopy full SHA for 3cf3ccd
1 file changed
.github/workflows/ci.yaml.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install Helm chart
35
run: |
36
kubectl create ns promoter-system
37
- helm template promoter chart/ --create-namespace --namespace promoter-system | kubectl apply -f - || true
+ helm template promoter chart/ --create-namespace --namespace promoter-system | kubectl apply --server-side -f -
38
helm template promoter chart/ --create-namespace --namespace promoter-system | kubectl apply -f -
39
40
- name: Verify installation
0 commit comments