Just admiring your wonderful work, experimenting with a fresh Talos install here. During the task flux:bootstrap process, I received this error. Would be grateful if you could provide any insight on this?
✗ Kustomization/flux-system/kustomize-mutating-webhook dry-run failed: failed to create typed patch object (flux-system/kustomize-mutating-webhook; kustomize.toolkit.fluxcd.io/v1, Kind=Kustomization): .metadata.labels.substitution.flux/enabled: expected string, got &value.valueUnstructured{Value:true} task: Failed to run task "flux:bootstrap": exit status 1
I was able to get around this by editing the ks.yaml located at kubernetes/clusters/cluster-0/kustomize-mutating-webhook/ks.yaml on line 9 to be:
substitution.flux/enabled: "true"
instead of
substitution.flux/enabled: true
Great setup here!
Just admiring your wonderful work, experimenting with a fresh Talos install here. During the task flux:bootstrap process, I received this error. Would be grateful if you could provide any insight on this?
✗ Kustomization/flux-system/kustomize-mutating-webhook dry-run failed: failed to create typed patch object (flux-system/kustomize-mutating-webhook; kustomize.toolkit.fluxcd.io/v1, Kind=Kustomization): .metadata.labels.substitution.flux/enabled: expected string, got &value.valueUnstructured{Value:true} task: Failed to run task "flux:bootstrap": exit status 1I was able to get around this by editing the ks.yaml located at kubernetes/clusters/cluster-0/kustomize-mutating-webhook/ks.yaml on line 9 to be:
substitution.flux/enabled: "true"instead of
substitution.flux/enabled: trueGreat setup here!