Skip to content
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

Remove default annotations from ingress on chart #22

Open
EStork09 opened this issue Sep 17, 2024 · 1 comment
Open

Remove default annotations from ingress on chart #22

EStork09 opened this issue Sep 17, 2024 · 1 comment

Comments

@EStork09
Copy link
Contributor

https://github.com/container-registry/helm-charts-oci-proxy/blob/main/chart/values.yaml#L47-L50

annotations:
    kubernetes.io/ingress.class: nginx
    kubernetes.io/tls-acme: "true"
    cert-manager.io/cluster-issuer: letsencrypt-prod

I am using an issuer to create certs and this impacts cert-manager that it cannot have both the cluster-issuer and issuer and cannot remove it as I am running as a sub chart. Could we remove this?

@Vad1mo
Copy link
Contributor

Vad1mo commented Sep 17, 2024

sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants