Skip to content

Commit

Permalink
add flux to infra folder
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Oct 30, 2024
1 parent 48c3cdb commit 732cabc
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions clusters/dqs.dd.soeren.cloud/infra/flux/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions clusters/svc.dd.soeren.cloud/infra/flux/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions clusters/svc.ez.soeren.cloud/infra/flux/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 732cabc

Please sign in to comment.