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

Cert auto-generation is not working as expected #240

Open
barkathaliucar opened this issue Apr 18, 2024 · 0 comments
Open

Cert auto-generation is not working as expected #240

barkathaliucar opened this issue Apr 18, 2024 · 0 comments

Comments

@barkathaliucar
Copy link

barkathaliucar commented Apr 18, 2024

hi Team,

We have installed harbor (1.14.2) using the helm chart in Kubernetes cluster (1.27.10), configuring certSource as auto, but only one cert, either hub or notary cert, is getting autogenerated. Can anyone please help us resolving this.

Below is our values file(expose section):

expose:
type: ingress
tls:
enabled: true
certSource: auto
auto:
commonName: ""
secret:
secretName: ""
notarySecretName: ""
ingress:
hosts:
core: hub-testcert.
notary: notary-testcert.
controller: default
kubeVersionOverride: ""
className: ""
annotations:
ingress.kubernetes.io/ssl-redirect: "true"
ingress.kubernetes.io/proxy-body-size: "0"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/proxy-body-size: "0"
cert-manager.io/cluster-issuer: incommon
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"

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

1 participant