Skip to content

Commit

Permalink
nexus.values replaced by nexus.ingressAnnotations
Browse files Browse the repository at this point in the history
  • Loading branch information
tikis2023 committed Oct 28, 2024
1 parent e5027e7 commit 8755ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/nexus/templates/ingress.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: nexus-alternative
namespace: {{ dsc.nexus.namespace }}
annotations:
{% for key, val in (dsc.ingress.annotations | combine(dsc.nexus['values'].server.ingress.annotations | default([]))).items() %}
{% for key, val in (dsc.ingress.annotations | combine(dsc.nexus.ingressAnnotations | default([]))).items() %}
{{ key }}: {{ val }}
{% endfor %}
labels:
Expand Down
4 changes: 2 additions & 2 deletions roles/socle-config/files/crd-conf-dso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1015,9 +1015,9 @@ spec:
imageTag:
description: Nexus version based on image tag (e.g., "3.56.0").
type: string
values:
ingressAnnotations:
description: |
WIP: Aims to store nexus values.
You can put here custom annotations for nexus ingress, they will be pushed into the nexus ingress rule combined to `dsc.ingress.annotations`
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
Expand Down

0 comments on commit 8755ad1

Please sign in to comment.