From 732cabca99d66d9f797ae000cb4e1cad5e7ba65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Schneider?= <56670304+soerenschneider@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:25:44 +0000 Subject: [PATCH] add flux to infra folder --- .../infra/flux/kustomization.yaml | 13 +++++++++++++ .../infra/flux/kustomization.yaml | 13 +++++++++++++ .../infra/flux/kustomization.yaml | 13 +++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 clusters/dqs.dd.soeren.cloud/infra/flux/kustomization.yaml create mode 100644 clusters/svc.dd.soeren.cloud/infra/flux/kustomization.yaml create mode 100644 clusters/svc.ez.soeren.cloud/infra/flux/kustomization.yaml diff --git a/clusters/dqs.dd.soeren.cloud/infra/flux/kustomization.yaml b/clusters/dqs.dd.soeren.cloud/infra/flux/kustomization.yaml new file mode 100644 index 00000000..29a72f5b --- /dev/null +++ b/clusters/dqs.dd.soeren.cloud/infra/flux/kustomization.yaml @@ -0,0 +1,13 @@ +--- +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - ../../../../infra/flux +patches: + - target: + kind: Kustomization + name: gitops-cluster + patch: |- + - op: replace + path: /spec/path + value: ./clusters/dqs.dd.soeren.cloud diff --git a/clusters/svc.dd.soeren.cloud/infra/flux/kustomization.yaml b/clusters/svc.dd.soeren.cloud/infra/flux/kustomization.yaml new file mode 100644 index 00000000..dd692294 --- /dev/null +++ b/clusters/svc.dd.soeren.cloud/infra/flux/kustomization.yaml @@ -0,0 +1,13 @@ +--- +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - ../../../../infra/flux +patches: + - target: + kind: Kustomization + name: gitops-cluster + patch: |- + - op: replace + path: /spec/path + value: ./clusters/svc.dd.soeren.cloud diff --git a/clusters/svc.ez.soeren.cloud/infra/flux/kustomization.yaml b/clusters/svc.ez.soeren.cloud/infra/flux/kustomization.yaml new file mode 100644 index 00000000..e1c0f9c0 --- /dev/null +++ b/clusters/svc.ez.soeren.cloud/infra/flux/kustomization.yaml @@ -0,0 +1,13 @@ +--- +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - ../../../../infra/flux +patches: + - target: + kind: Kustomization + name: gitops-cluster + patch: |- + - op: replace + path: /spec/path + value: ./clusters/svc.ez.soeren.cloud