Skip to content

Commit 732cabc

Browse files
add flux to infra folder
1 parent 48c3cdb commit 732cabc

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
resources:
5+
- ../../../../infra/flux
6+
patches:
7+
- target:
8+
kind: Kustomization
9+
name: gitops-cluster
10+
patch: |-
11+
- op: replace
12+
path: /spec/path
13+
value: ./clusters/dqs.dd.soeren.cloud
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
resources:
5+
- ../../../../infra/flux
6+
patches:
7+
- target:
8+
kind: Kustomization
9+
name: gitops-cluster
10+
patch: |-
11+
- op: replace
12+
path: /spec/path
13+
value: ./clusters/svc.dd.soeren.cloud
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
resources:
5+
- ../../../../infra/flux
6+
patches:
7+
- target:
8+
kind: Kustomization
9+
name: gitops-cluster
10+
patch: |-
11+
- op: replace
12+
path: /spec/path
13+
value: ./clusters/svc.ez.soeren.cloud

0 commit comments

Comments
 (0)