This commit is contained in:
Manfred Schreiber
2022-02-17 22:07:28 +01:00
parent 57a135fedf
commit fb28ba64bd
37 changed files with 7208 additions and 0 deletions
@@ -0,0 +1,37 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 1m0s
ref:
branch: add_local_development_env
secretRef:
name: local-git-secret
timeout: 20s
url: ssh://git@local-git.local-git.svc.cluster.local:2222/srv/git/local-flux.git
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: flux-system
namespace: flux-system
spec:
decryption:
provider: sops
secretRef:
name: age-key-secret
interval: 1m0s
path: ./flux/clusters/k3d-develop
prune: true
sourceRef:
kind: GitRepository
name: flux-system
postBuild:
substitute:
eks_cluster_name: "k3d-develop"
aws_account_id: "000000000000"
environment: "local"
zone: "local"