Michael Andrews

Results 25 comments of Michael Andrews
trafficstars

This would help us out too. Getting a new Kube API URL when clusters are rebuilt it problematic. We also use internal CNAMEs to r53 entries for our internal services....

Agreed. Helm now recommends putting crds in the `crds` folder of the chart. Would rather not have a separate chart for CRDs.

Updating CRDs is definitely a challenge when they are put into the `crds` folder. The pattern we follow for charts with CRDs is to do a `kubectl apply -f path/to/crds`...

Of course ArgoCD has now moved them into `templates` in their latest chart, so… what to do I know 😂🤦‍♂️

So one more quick comment. Looks like CRDs in the `templates` directory can be annotated with `helm.sh/resource-policy: keep` - this is what ArgoCD is now doing to keep CRDs if...