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

[bitnami/wildfly] Bad value in list for ingress.yaml annotations #19570

Closed
eirisdg opened this issue Sep 27, 2023 · 3 comments · May be fixed by #25958
Closed

[bitnami/wildfly] Bad value in list for ingress.yaml annotations #19570

eirisdg opened this issue Sep 27, 2023 · 3 comments · May be fixed by #25958
Assignees
Labels
solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed wildfly

Comments

@eirisdg
Copy link
Contributor

eirisdg commented Sep 27, 2023

Name and Version

bitnami/wildfly:16.0.1

What architecture are you using?

amd64

What steps will reproduce the bug?

Bad value in the chart template. In the ingress.yaml, the line 19:

    {{- if or .Values.ingress.annotations .Values.commonAnnotations }}
    {{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.persistence.annotations .Values.commonAnnotations ) "context" . ) }}
    {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }}

Should be:

    {{- if or .Values.ingress.annotations .Values.commonAnnotations }}
    {{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.ingress.annotations .Values.commonAnnotations ) "context" . ) }}
    {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }}

Are you using any custom parameters or values?

No response

What is the expected behavior?

No response

What do you see instead?

    {{- if or .Values.ingress.annotations .Values.commonAnnotations }}
    {{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.ingress.annotations .Values.commonAnnotations ) "context" . ) }}
    {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }}

Additional information

No response

@eirisdg eirisdg added the tech-issues The user has a technical issue about an application label Sep 27, 2023
@bitnami-bot bitnami-bot added this to Triage in Support Sep 27, 2023
@github-actions github-actions bot added the triage Triage is needed label Sep 27, 2023
@eirisdg eirisdg changed the title Bad value in list [bitnami/wildfly] Bad value in list for ingress.yaml annotations Sep 27, 2023
@carrodher
Copy link
Member

Thank you for opening this issue and submitting the associated Pull Request. Our team will review and provide feedback. Once the PR is merged, the issue will automatically close.

Your contribution is greatly appreciated!

@github-actions github-actions bot moved this from Triage to Pending in Support Sep 27, 2023
@github-actions
Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label Oct 13, 2023
@github-actions
Copy link

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 19, 2023
@bitnami-bot bitnami-bot moved this from Pending to Solved in Support Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed wildfly
Projects
None yet
3 participants