Skip to content

Commit

Permalink
update flux
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Oct 30, 2024
1 parent 16c79c8 commit 48c3cdb
Show file tree
Hide file tree
Showing 7 changed files with 12,328 additions and 0 deletions.
13 changes: 13 additions & 0 deletions clusters/svc.pt.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.pt.soeren.cloud
18 changes: 18 additions & 0 deletions infra/flux/flux-kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: gitops-cluster
namespace: flux-system
spec:
interval: 10m
path: ./clusters/non-existent
prune: true
wait: false
sourceRef:
kind: GitRepository
name: k8s-gitops
decryption:
provider: sops
secretRef:
name: sops-age
Loading

0 comments on commit 48c3cdb

Please sign in to comment.