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
When installing capsule in FluxCD as a HelmRelease all services automatically get the HelmRelease name as a prefix. This is incompatible with the certificate generated internally.
Warning ReconciliationFailed 13s (x10 over 8m14s) kustomize-controller Namespace/ingress-nginx dry-run failed (InternalError): Internal error occurred: failed calling webhook "owner.name
space.projectcapsule.dev": failed to call webhook: Post "https://capsule-capsule-webhook-service.capsule.svc:443/namespace-owner-reference?timeout=30s": tls: failed to verify certificate: x509: c
ertificate is valid for capsule-webhook-service.capsule.svc, not capsule-capsule-webhook-service.capsule.s
How to reproduce
I'm installing capsule as a HelmRelease with the following yaml
Bug description
When installing capsule in FluxCD as a HelmRelease all services automatically get the HelmRelease name as a prefix. This is incompatible with the certificate generated internally.
How to reproduce
I'm installing capsule as a HelmRelease with the following yaml
The ingress-nginx controller which installs a little earlier attempts to make a webhook call to capsule and fails with the error mentioned earlier
Expected behavior
I'm trying to find some way to add an additional name into SANS but so far have not been able to find something in the helm chart values.
Logs
If applicable, please provide logs of
capsule
.In a standard stand-alone installation of Capsule,
you'd get this by running
kubectl -n capsule-system logs deploy/capsule-controller-manager
.Additional context
The text was updated successfully, but these errors were encountered: