Füge die ArgoCD-Anwendung "immich-app" mit Konfigurationen für Zielnamespace und Quell-Repository hinzu
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: immich-app
|
||||||
|
namespace: argocd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: immich-app
|
||||||
|
server: {{ $.Values.spec.destination.server }}
|
||||||
|
project: homelab
|
||||||
|
source:
|
||||||
|
path: .
|
||||||
|
repoURL: https://git.hnrx.net/k8s/immich-app.git
|
||||||
|
targetRevision: main
|
||||||
|
directory:
|
||||||
|
recurse: true
|
||||||
|
exclude: 'renovate.json'
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
Reference in New Issue
Block a user