flux2-kustomize-helm-example icon indicating copy to clipboard operation
flux2-kustomize-helm-example copied to clipboard

Missing property "interval" + Missing property "sourceRef" for apiVersion: helm.toolkit.fluxcd.io/v2beta1

Open tecio-first opened this issue 2 years ago • 2 comments

Hi,

i think here is something missing or ?

image

Thanky for this repo ! =)

tecio-first avatar Sep 23 '22 21:09 tecio-first

There is nothing missing, just that your editor doesn’t know this is a Kustomize patch that gets merged into the final object, which has all the required fields.

stefanprodan avatar Sep 24 '22 06:09 stefanprodan

To properly validate the manifests please use the script included in this repo at https://github.com/fluxcd/flux2-kustomize-helm-example/blob/main/scripts/validate.sh

stefanprodan avatar Sep 24 '22 06:09 stefanprodan