fluxcd : adding repo example with some apps

This commit is contained in:
2025-05-28 16:00:46 +02:00
parent 00a5e56c27
commit e5738c5c3f
111 changed files with 18051 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: gatekeeper
namespace: gatekeeper
spec:
chart:
spec:
chart: gatekeeper
reconcileStrategy: ChartVersion
version: "3.13.x"
sourceRef:
kind: HelmRepository
name: gatekeeper
namespace: infrastructure
interval: 10m0s
values:
replicas: 1
enableTLSHealthcheck: true
logDenies: true
logMutations: true
controllerManager:
exemptNamespaces: ["infrastructure"]
postInstall:
labelNamespace:
enabled: false

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- hr-gatekeeper.yaml