Skip to content

Commit c1ba100

Browse files
committed
feat: add helm chart
Signed-off-by: emirot <emirot.nolan@gmail.com>
1 parent e4fd70e commit c1ba100

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
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Helm chart
3636
run: |
3737
kubectl create ns promoter-system
38-
helm template promoter chart/ --create-namespace --namespace promoter-system | kubectl apply -f - || true # So the CRDs are created
38+
helm template promoter ./chart --set crd.enable=true | kubectl apply -f - --selector="apiextensions.k8s.io/v1"
3939
helm template promoter chart/ --create-namespace --namespace promoter-system | kubectl apply -f -
4040
4141
- name: Verify installation

0 commit comments

Comments
 (0)