spinkube / spin-operator

Spin Operator is a Kubernetes operator that empowers platform engineers to deploy Spin applications as custom resources to their Kubernetes clusters
https://www.spinkube.dev/docs/overview/
Other
185 stars 23 forks source link

helm lint error #66

Closed michelleN closed 8 months ago

michelleN commented 8 months ago

Updating the default namespace in config/default/kustomization.yaml introduced a very interesting helm lint error https://github.com/spinkube/spin-operator/pull/56/files

michelleN commented 8 months ago

@rajatjindal is looking into this but in the meantime, we can 1) revert that change. downside is that make deploy and helm install will create different namespaces 2) revert the change AND change the ns that helm installs into to spin-operator-system so that both installation paths result in the same namespace

rajatjindal commented 8 months ago

this was fixed with #69