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
It currently renders ok in helm template, but has duplicate objects that would fail a kubectl apply. We need a generic function in the unit tests to look for rendered duplicate objects to make writing a test for this easier.
The text was updated successfully, but these errors were encountered:
We need a test like:
helm template charts/spire --set spire-server.federation.tls.spire.enabled=false,spire-server.federation.tls.certManager.enabled=true,spire-server.federation.tls.certManager.issuer.acme.email=[email protected],spire-server.upstreamAuthority.certManager.enabled=true,spire-server.federation.enabled=true,spire-server.upstreamAuthority.certManager.ca.create=true
It currently renders ok in helm template, but has duplicate objects that would fail a kubectl apply. We need a generic function in the unit tests to look for rendered duplicate objects to make writing a test for this easier.
The text was updated successfully, but these errors were encountered: