-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
capsule-proxy url hardcoded not reachable in FluxCD deploy #38
Comments
@maxgio92 brilliant! Thank you! |
Hi @heytrav, you can now use the Helm value with the new chart version, released to the OCI repository
|
@maxgio92 Done! I can verify that it is working now. Thank you for implementing this so quickly! I'll close the issue now. |
Thank you so much @heytrav for checking on this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm attempting to set up Capsule in FluxCD and am running into a problem similar to one already encountered in another repository: projectcapsule/capsule#1299
Capsule seems to want to query APIResources at
https://capsule-proxy.capsule-system.svc:9001/apis/image.toolkit.fluxcd.io/v1beta2
.In my config, capsule is being deployed to the
capsule
namespace. Even if I do change the namespace to match, FluxCD also addscapsule-
as a prefix in front of the service name making itcapsule-capsule-proxy
which I cannot change.The name of the service
capsule-proxy
as well as the namespacecapsule-system
appear to be hardcoded somewhere and I am not sure where to override them. I've come across this line of code which I think might have something to do with it but am not sure if this is even the correct repository.My FluxCD config for capsule and capsule-addon-fluxcd:
The text was updated successfully, but these errors were encountered: