namespace.yaml was deleted but kustomization still listed it, so kustomize build fails and the enterprise-apps app-of-apps cannot render the overlay (ComparisonError) — forte-drop-secrets and the other overlay resources stopped syncing. The namespace itself is owned by the forte-drop Application's CreateNamespace=true.
8 lines
182 B
YAML
8 lines
182 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- forte-drop.yaml
|
|
- keycloak-client-forte-drop.yaml
|
|
- forte-drop-pdb.yaml
|
|
- forte-drop-secrets-sealed.yaml
|