Skip to content

Commit

Permalink
Fix to harbor helm values
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed May 29, 2024
1 parent 63c2ccf commit 7af3253
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy/eoepca/harbor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ expose:
hosts:
core: harbor.${domain}
tls:
enabled: "${USE_TLS}"
certSource: secret
secret:
secretName: "harbor-tls"
tls:
enabled: "${USE_TLS}"
certSource: secret
secret:
secretName: "harbor-tls"
persistence:
persistentVolumeClaim:
Expand Down

0 comments on commit 7af3253

Please sign in to comment.