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
in the otomi values repo adjust the values/env/apps/argocd.yaml file with notification values
See that the the argo notifications controller doesn't update.
open argocd app and check the argocd values shown in the ui and see that your changes are never applied and used
Expected behavior: either via values for the apl helm chart or when adjusting the values in the otomi-values repository one should be allowed to configure notifications for argocd
Screenshots: (if applicable, add screenshots to help explain your problem)
Cluster(s):
Cloud: custom
Versions: (seen in console's /settings)
Core Version [v3.0.0]
Kubernetes [v1.30.4+k3s1]
Console Version: [v3.0.0-rc.0]
API version: [3.0.0-rc.0]
The text was updated successfully, but these errors were encountered:
Hi @SamuelLHuber ,
Thanks for making us aware about your use case.
In the values/env/apps/argocd.yaml the top level parameters is an abstraction layer that the platform provides.
Users can still have full control over the helm chart values by defining the values under the _rawValues section.
In this particular case in the values/env/apps/argocd.yaml
# <top level values>
_rawValues:
# any helm chart values that is applicable
notifications:
<notification specific params>
Describe the bug: One is unable to configure the argocd notifications controller to recieve notifications to get notified about argocd doing work
To Reproduce
Steps to reproduce the behavior:
apl-core/charts/argocd/values.yaml
Line 2934 in 3c393d4
values/env/apps/argocd.yaml
file with notification valuesExpected behavior: either via values for the apl helm chart or when adjusting the values in the otomi-values repository one should be allowed to configure notifications for argocd
Screenshots: (if applicable, add screenshots to help explain your problem)
Cluster(s):
Versions: (seen in console's
/settings
)The text was updated successfully, but these errors were encountered: