This commit is contained in:
2025-08-24 19:04:30 -04:00
commit 0a7e02a2a6
3 changed files with 57 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: guestbook
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/nanuchi/argocd-app-config.git
targetRevision: HEAD
path: dev
destination:
server: https://kubernetes.default.svc
namespace: myapp
# pulls every 3 minutes! YAY!
# NOTE: THESE ARE OFF BY DEFAULT!!!
syncPolicy:
syncOptions:
# create namespace if not found
- CreateNamespace=true
automated:
selfHeal: true
# yeet the local
prune: true