You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After helm install of k8ssandra-operator v1.10.3, the k8ssandraclusters CRD contains the following annotation: cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE_K8S)/$(CERTIFICATE_NAME_K8S)
The annotation is only used in the Kustomize installation (as that's a kustomize replacement directive), but since the CRD is copied from there it's in the Helm chart also. To remove would require a modification to the prepare-helm-release.sh to remove it after it was generated. A sed command would probably be enough..
What happened?
After helm install of k8ssandra-operator v1.10.3, the k8ssandraclusters CRD contains the following annotation:
cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE_K8S)/$(CERTIFICATE_NAME_K8S)
How to reproduce it (as minimally and precisely as possible):
┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: K8OP-60
The text was updated successfully, but these errors were encountered: