🚀 k8s-ycl

This commit is contained in:
auricom
2023-11-30 23:37:52 +01:00
parent b52a67f2c7
commit 4cfa9f51ce
4 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cluster-apps-k8s-ycl
namespace: flux-system
spec:
path: ./kubernetes/apps/kube-system/k8s-ycl/app
postBuild:
substituteFrom:
- kind: ConfigMap
name: cluster-settings
optional: false
- kind: Secret
name: cluster-secrets
optional: false
prune: true
sourceRef:
kind: GitRepository
name: home-ops-kubernetes
interval: 30m
retryInterval: 1m
timeout: 3m