From 16a8ec69bef18063ada465903648d3ec30fa3694 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 16 Jul 2025 09:27:22 +0200 Subject: [PATCH] Fix openebs ns --- apps/authentik.yaml | 7 ++----- apps/cert-manager.yaml | 7 ++----- apps/openebs.yaml | 10 +++++----- apps/postgres.yaml | 4 ++-- shell.nix | 2 +- 5 files changed, 12 insertions(+), 18 deletions(-) diff --git a/apps/authentik.yaml b/apps/authentik.yaml index 1d3e6cd..1df3317 100644 --- a/apps/authentik.yaml +++ b/apps/authentik.yaml @@ -1,8 +1,3 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: authentik ---- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: @@ -17,6 +12,8 @@ spec: automated: prune: true selfHeal: true + syncOptions: + - CreateNamespace=true source: repoURL: https://charts.goauthentik.io chart: authentik diff --git a/apps/cert-manager.yaml b/apps/cert-manager.yaml index 607b8bf..25a5b52 100644 --- a/apps/cert-manager.yaml +++ b/apps/cert-manager.yaml @@ -1,8 +1,3 @@ -kind: Namespace -apiVersion: v1 -metadata: - name: cert-manager ---- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: @@ -17,6 +12,8 @@ spec: automated: prune: true selfHeal: true + syncOptions: + - CreateNamespace=true source: repoURL: https://charts.jetstack.io chart: cert-manager diff --git a/apps/openebs.yaml b/apps/openebs.yaml index fbc33d9..4c2d9db 100644 --- a/apps/openebs.yaml +++ b/apps/openebs.yaml @@ -12,11 +12,11 @@ spec: automated: prune: true selfHeal: true - syncOptions: - - CreateNamespace=true - managedNamespaceMetadata: - labels: - pod-security.kubernetes.io/enforce: privileged + syncOptions: + - CreateNamespace=true + managedNamespaceMetadata: + labels: + pod-security.kubernetes.io/enforce: privileged source: repoURL: https://openebs.github.io/openebs chart: openebs diff --git a/apps/postgres.yaml b/apps/postgres.yaml index 0199e39..d2f7f61 100644 --- a/apps/postgres.yaml +++ b/apps/postgres.yaml @@ -12,8 +12,8 @@ spec: automated: prune: true selfHeal: false - syncOption: - - CreateNamespace=true + syncOptions: + - CreateNamespace=true source: repoURL: https://github.com/zoriya/snow targetRevision: HEAD diff --git a/shell.nix b/shell.nix index cadb7ca..715b204 100644 --- a/shell.nix +++ b/shell.nix @@ -7,7 +7,7 @@ pkgs.mkShell { age argocd cmctl - kubectx + kubectl-cnpg kubernetes-helm kubectl-cnpg ];