Hi
Thanks for your intro. I followed it and got these errors:
az k8s-configuration flux update -g $RG -c $CLUSTER \
-n cluster-config -t managedClusters \
--kustomization name=apps path=./apps prune=true dependsOn=["infra"]
(ValidationFailed) Invalid source kind match. Config with specified source kind 'GitRepository' must contain corresponding body specified in the properties.
Code: ValidationFailed
Message: Invalid source kind match. Config with specified source kind 'GitRepository' must contain corresponding body specified in the properties.
flux reconcile kustomization cluster-config-apps -n cluster-config
✗ kustomizations.kustomize.toolkit.fluxcd.io "cluster-config-apps" not found
flux get kustomization cluster-config-apps -n cluster-config
✗ Kustomization object 'cluster-config-apps' not found in "cluster-config" namespace
Hi
Thanks for your intro. I followed it and got these errors: