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 e4fd70e commit c1ba100Copy full SHA for c1ba100
1 file changed
.github/workflows/ci.yaml.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install Helm chart
36
run: |
37
kubectl create ns promoter-system
38
- helm template promoter chart/ --create-namespace --namespace promoter-system | kubectl apply -f - || true # So the CRDs are created
+ helm template promoter ./chart --set crd.enable=true | kubectl apply -f - --selector="apiextensions.k8s.io/v1"
39
helm template promoter chart/ --create-namespace --namespace promoter-system | kubectl apply -f -
40
41
- name: Verify installation
0 commit comments