This commit is contained in:
DeveloperDurp
2025-12-14 07:02:44 -06:00
parent 935f9cd9e2
commit d6cf85135c
10 changed files with 102 additions and 249 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: portainer
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: infra/portainer
destination:
namespace: portainer
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true