Skip to content

Commit

Permalink
#95 remove crds from helm chart
Browse files Browse the repository at this point in the history
there seems to be no way to tell helm to not install these crds via values.yaml as helm always uses the default values then.
  • Loading branch information
alexander-dammeier committed Jul 24, 2024
1 parent 4281468 commit 9b0389e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions k8s/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,12 @@ components:
k8s-dogu-operator:
version: latest
helmRepositoryNamespace: k8s
k8s-dogu-operator-crd:
version: latest
helmRepositoryNamespace: k8s
k8s-service-discovery:
version: latest
helmRepositoryNamespace: k8s
k8s-blueprint-operator:
version: latest
helmRepositoryNamespace: k8s
k8s-blueprint-operator-crd:
version: latest
helmRepositoryNamespace: k8s
# k8s-snapshot-controller:
# version: latest
# helmRepositoryNamespace: k8s
Expand Down

0 comments on commit 9b0389e

Please sign in to comment.