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
Right it looks to me like the problem might be in the capsule-proxy repo. I have certManager.generateCertificates: true in my helm values, but that conditional prevents it from applying the Job if that's the case so it won't be created.
Bug description
FluxCD is failing to upgrade Capsule from v0.7.2 -> v0.7.3 and reporting the following:
The Job doesn't exist, but I'm not sure why it is not being created. Running
Produces yaml with a
capsule-proxy-certgen
job, but i haven't figured out why Fluxcd isn't creating it.How to reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the Job to be created when FluxCD automatically upgraded the helm chart.
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
capsule --version
)helm list -n capsule-system
)kubectl version
)The text was updated successfully, but these errors were encountered: