25 lines
603 B
YAML
25 lines
603 B
YAML
---
|
|
# yaml-language-server: $schema=https://github.com/fluxcd-community/flux2-schemas/raw/main/kustomization-kustomize-v1.json
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: &app excalidraw
|
|
namespace: flux-system
|
|
spec:
|
|
targetNamespace: default
|
|
commonMetadata:
|
|
labels:
|
|
app.kubernetes.io/name: *app
|
|
path: ./kubernetes/apps/default/excalidraw/app
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: theshire
|
|
wait: false
|
|
interval: 30m
|
|
retryInterval: 1m
|
|
timeout: 5m
|
|
postBuild:
|
|
substitute:
|
|
APP: *app
|
|
GATUS_SUBDOMAIN: draw
|