This commit is contained in:
2024-03-31 10:13:55 -05:00
parent b0c0d9dbe2
commit 2ed81547d0

View File

@@ -1,21 +1,21 @@
#apiVersion: argoproj.io/v1alpha1
#kind: Application
#metadata:
# name: octopus-tentacle
# namespace: argocd
#spec:
# project: default
# source:
# repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git
# targetRevision: main
# path: octopus-tentacle
# destination:
# namespace: octopus-tentacle
# name: in-cluster
# syncPolicy:
# automated:
# prune: true
# selfHeal: true
# syncOptions:
# - CreateNamespace=true
#
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: octopus-tentacle
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git
targetRevision: main
path: octopus-tentacle
destination:
namespace: octopus-tentacle
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true