fluxcd / flux2-kustomize-helm-example

A GitOps workflow example for multi-env deployments with Flux, Kustomize and Helm.
https://fluxcd.io
Apache License 2.0
935 stars 992 forks source link

[Fix] Validating clusters #33

Closed qRoC closed 1 year ago

qRoC commented 2 years ago

1) maxdepth is global argument and must be first. 2) maxdepth must be with value 2 (clusters/{production,staging} 3) PIPESTATUS not needed

stefanprodan commented 2 years ago

@qRoC see here why PIPESTATUS was added https://github.com/fluxcd/flux2-kustomize-helm-example/pull/8

stefanprodan commented 2 years ago

Please signoff your commit, instructions here https://github.com/fluxcd/flux2-kustomize-helm-example/pull/33/checks?check_run_id=3171024373

stefanprodan commented 1 year ago

Superseded by: https://github.com/fluxcd/flux2-kustomize-helm-example/pull/97