This commit is contained in:
2025-05-11 10:33:01 -05:00
parent 97375239af
commit 5f3bd1c507

View File

@@ -18,30 +18,30 @@ spec:
# istio-injection: enabled # istio-injection: enabled
automated: automated:
prune: true prune: true
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
--- ---
#
apiVersion: argoproj.io/v1alpha1 #apiVersion: argoproj.io/v1alpha1
kind: Application #kind: Application
metadata: #metadata:
name: authentik-dmz # name: authentik-dmz
namespace: argocd # namespace: argocd
spec: #spec:
project: default # project: default
source: # source:
repoURL: https://gitlab.com/developerdurp/homelab.git # repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main # targetRevision: main
path: dmz/authentik # path: dmz/authentik
destination: # destination:
namespace: authentik # namespace: authentik
name: dmz # name: dmz
syncPolicy: # syncPolicy:
automated: # automated:
prune: true # prune: true
selfHeal: true # selfHeal: true
syncOptions: # syncOptions:
- CreateNamespace=true # - CreateNamespace=true
#