package holos // #PlatformNamespaces is the union of all namespaces across all cluster types. Namespaces are created in all clusters regardless of if they're // used within the cluster or not. The is important for security and consistency with IAM, RBAC, and Secrets sync between clusters. #PlatformNamespaces: [ {name: "external-secrets"}, {name: "holos-system"}, {name: "flux-system"}, {name: "ceph-system"}, {name: "istio-system"}, {name: "istio-ingress"}, {name: "cert-manager"}, {name: "argocd"}, ]