- Remove namespace.yaml files - Add managedNamespaceMetadata with Goldilocks label - Set CreateNamespace=true in syncOptions - Update kustomization.yaml to remove namespace.yaml references
11 lines
281 B
YAML
11 lines
281 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- deployment.yaml
|
|
- vault/gitea-admin-secret.yaml
|
|
- vault/gitea-postgres-password.yaml
|
|
- vault/gitea-runner-token.yaml
|
|
- vault/gitea-minio-credentials.yaml
|
|
- vault/minio-root-password.yaml
|
|
namespace: gitea
|