Skip to content

Commit

Permalink
Merge pull request #424 from cloud-pi-native/fix/harbor-ingress
Browse files Browse the repository at this point in the history
fix: 🐛 Fix Harbor ingress values
  • Loading branch information
cmon33 authored Feb 3, 2025
2 parents 6359888 + d4dc82d commit caf4b98
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions roles/harbor/templates/values/00-main.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,9 @@ expose:
hosts:
core: {{ harbor_domain }}
notary: {{ dsc.harbor.subDomain }}-notary{{ root_domain }}
notary:
annotations:
annotations:
{% for key, val in dsc.ingress.annotations.items() %}
{{ key }}: {{ val }}
{% endfor %}
labels:
{% for key, val in dsc.ingress.labels.items() %}
{{ key }}: {{ val }}
{% endfor %}
harbor:
annotations:
{% for key, val in dsc.ingress.annotations.items() %}
{{ key }}: {{ val }}
{% endfor %}
labels:
{% for key, val in dsc.ingress.labels.items() %}
{{ key }}: {{ val }}
{{ key }}: {{ val }}
{% endfor %}
externalURL: https://{{ harbor_domain }}
persistence:
Expand Down

0 comments on commit caf4b98

Please sign in to comment.