Skip to content

Commit 48c3cdb

Browse files
update flux
1 parent 16c79c8 commit 48c3cdb

File tree

7 files changed

+12328
-0
lines changed

7 files changed

+12328
-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/svc.pt.soeren.cloud

infra/flux/flux-kustomization.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
apiVersion: kustomize.toolkit.fluxcd.io/v1
3+
kind: Kustomization
4+
metadata:
5+
name: gitops-cluster
6+
namespace: flux-system
7+
spec:
8+
interval: 10m
9+
path: ./clusters/non-existent
10+
prune: true
11+
wait: false
12+
sourceRef:
13+
kind: GitRepository
14+
name: k8s-gitops
15+
decryption:
16+
provider: sops
17+
secretRef:
18+
name: sops-age

0 commit comments

Comments
 (0)