fix harbor certificates issue https://github.com/goharbor/harbor/issues/13883
This commit is contained in:
parent
a84d4bc69f
commit
f8a548ba87
@ -4,6 +4,11 @@ harbor_short_name: "harbor"
|
|||||||
harbor_use_external_db: true
|
harbor_use_external_db: true
|
||||||
harbor_default_values:
|
harbor_default_values:
|
||||||
expose:
|
expose:
|
||||||
|
tls:
|
||||||
|
certSource: secret
|
||||||
|
secret:
|
||||||
|
secretName: "{{ harbor_short_name }}.{{ domain }}-tls"
|
||||||
|
notarySecretName: "notary.{{ harbor_short_name }}.{{ domain }}-tls"
|
||||||
ingress:
|
ingress:
|
||||||
hosts:
|
hosts:
|
||||||
core: "{{ harbor_short_name }}.{{ domain }}"
|
core: "{{ harbor_short_name }}.{{ domain }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user