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
2.3.0 includes support for ignoring missing values files for helm charts (see PR 8003). This feature would be especially helpful for using helm with ApplicationSets which are also made mainline in 2.3.0. However, it appears that the CRD for ApplicationSets will not let me specify the ignoreMissingValueFiles parameter.
To Reproduce
Create a ApplicationSet template that utilizes helm, and try to specify the ignoreMissingValueFiles parameter.
I expect an ApplicationSet Application Template to allow the same parameters that an ArgoCD Application defines and supports. Namely, the helm.ignoreMissingValueFiles parameter.
$ kubectl apply -f appset.yaml
error: error validating "appset.yaml": error validating data: ValidationError(ApplicationSet.spec.template.spec.source.helm): unknown field "ignoreMissingValueFiles" in io.argoproj.v1alpha1.ApplicationSet.spec.template.spec.source.helm; if you choose to ignore these errors, turn validation off with --validate=false
The text was updated successfully, but these errors were encountered:
Same with the skipCrds option. I just raised that in #8432, but perhaps this is an indication of a larger sync or inheritance issue between the Application and ApplicationSet CRDs.
Checklist:
argocd version
.Describe the bug
2.3.0 includes support for ignoring missing values files for helm charts (see PR 8003). This feature would be especially helpful for using helm with ApplicationSets which are also made mainline in 2.3.0. However, it appears that the CRD for ApplicationSets will not let me specify the
ignoreMissingValueFiles
parameter.To Reproduce
Create a ApplicationSet template that utilizes helm, and try to specify the
ignoreMissingValueFiles
parameter.For example:
Expected behavior
I expect an ApplicationSet Application Template to allow the same parameters that an ArgoCD Application defines and supports. Namely, the
helm.ignoreMissingValueFiles
parameter.Screenshots
Version
Logs
The text was updated successfully, but these errors were encountered: