mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
19 lines
459 B
YAML
19 lines
459 B
YAML
# apiVersion: argoproj.io/v1alpha1
|
|
# kind: Application
|
|
# metadata:
|
|
# name: immich
|
|
# namespace: argocd
|
|
# finalizers:
|
|
# - resources-finalizer.argocd.argoproj.io
|
|
# spec:
|
|
# project: default
|
|
# source:
|
|
# repoURL: https://github.com/rubenhensen/k8scd.git
|
|
# targetRevision: HEAD
|
|
# path: immich
|
|
# destination:
|
|
# server: https://kubernetes.default.svc
|
|
# namespace: immich
|
|
# syncPolicy:
|
|
# syncOptions:
|
|
# - CreateNamespace=true |