added template provided by redhat

This commit is contained in:
maximilian.bartz 2025-05-08 12:35:31 +02:00
parent 752a56fa4e
commit cebdd2ad2c
3 changed files with 124 additions and 1 deletions

View file

@ -0,0 +1,18 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: &app flavor
namespace: ${TENANT_NAMESPACE}
spec:
commonMetadata:
labels:
app.kubernetes.io/name: *app
path: ./templates/windowsserver-rh/flavor
prune: true
sourceRef:
kind: GitRepository
name: tenant-repos
wait: false
interval: 30m
retryInterval: 1m
timeout: 5m