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
At some point, we may want to update the ArgoCD application manifest to stop using Kustomize, but instead replicate it using multiple sources (see [example](https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/)) to specify the following:
Helm chart
Helm values
Another folder containing other files such as the TS
This will remove the need to define the dependent manifests in the kustomization.yaml each time a new file is added, which seem to stumble us a lot
shsingh
changed the title
At some point, we may want to update the ArgoCD application manifest to stop using Kustomize, but instead replicate it using multiple sources (see [example](https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/)) to specify the following:
refactor: remove use of kustomise
Oct 8, 2023
This will remove the need to define the dependent manifests in the
kustomization.yaml
each time a new file is added, which seem to stumble us a lotOriginally posted by @leonseng in #464 (comment)
The text was updated successfully, but these errors were encountered: