Replies: 1 comment 5 replies
-
It looked like you forgot to define
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m encountering a challenge with Argo CD when trying to combine
valueFiles
from a Git repository with an external Helm chart pulled from a Helm repository using anApplicationSet
.Context:
In my current setup, I am working with multiple sources in the
ApplicationSet
:values.yaml
file hosted in the same Git repository as theApplicationSet
.Here is a simplified example of my
ApplicationSet
YAML configuration:Issue:
valueFiles
are not applied, meaning the customvalues.yaml
from my Git repository is not overriding the default Helm values.valueFiles
are not processed, making it challenging to troubleshoot.Goal of Discussion:
I’m looking for insights on the following points:
valueFiles
) with Helm charts from external repositories?valueFiles
from multiple sources?valueFiles
are not applied to Helm charts to make troubleshooting easier?Environment:
I’d appreciate any feedback or suggestions on how to resolve this issue or insights from anyone who has dealt with similar setups!
Beta Was this translation helpful? Give feedback.
All reactions