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
I am attempting to add infrastructure.yaml structure along with ./infrastructure/** in my own git repository and run against local kind cluster.
I get the following error messages (flux get all):
NAME REVISION SUSPENDED READY MESSAGE
gitrepository/flux-system main@sha1:3a77f8cb False True stored artifact for revision 'main@sha1:3a77f8cb'
NAME REVISION SUSPENDED READY MESSAGE
kustomization/flux-system main@sha1:3a77f8cb False True Applied revision: main@sha1:3a77f8cb
kustomization/infra-configs False False dependency 'flux-system/infra-controllers' is not ready
kustomization/infra-controllers False False HelmRepository/cert-manager/cert-manager dry-run failed: no matches for kind "HelmRepository" in version "source.toolkit.fluxcd.io/v1"
Per my understanding, the dependsOn should be forcing the "infra-controllers" kustomization to fire and then install both helmrepository and helmrelease artifact so unsure why I am getting this error message.
I've modeled the ./clusters/kind/infrastructure.yaml and folders ./infrastructure/** identically like this example.
The text was updated successfully, but these errors were encountered:
I am attempting to add infrastructure.yaml structure along with ./infrastructure/** in my own git repository and run against local kind cluster.
I get the following error messages (flux get all):
Per my understanding, the dependsOn should be forcing the "infra-controllers" kustomization to fire and then install both helmrepository and helmrelease artifact so unsure why I am getting this error message.
I've modeled the
./clusters/kind/infrastructure.yaml
and folders./infrastructure/**
identically like this example.The text was updated successfully, but these errors were encountered: