You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Using this, I cannot access neither the annotation myapps.com/url nor the helm ingress.host value.
I know there's a way to access the helm values {{(call .repo.GetAppDetails).Helm.GetParameterValueByName "ingress.host"}} but for some super wierd reason I get back the Helm default value and not the overrided value rendering this feature pretty useless to me.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered:
Summary
Hey,
There should be a way to get helm values that were overrided in the app installation, or to access the application annotations.
Use Cases
I would use this for passing data that I want to use later in the notifications.
For instance, my current application is as follows:
Using this, I cannot access neither the annotation myapps.com/url nor the helm ingress.host value.
I know there's a way to access the helm values
{{(call .repo.GetAppDetails).Helm.GetParameterValueByName "ingress.host"}}
but for some super wierd reason I get back the Helm default value and not the overrided value rendering this feature pretty useless to me.Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: