Initial commit: k3s GitOps manifests with ArgoCD App-of-Apps
This commit is contained in:
22
argocd/apps/llama.yaml
Normal file
22
argocd/apps/llama.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: llama
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: http://gitea.gitea.svc.cluster.local:3000/gitea/k3s-manifests.git
|
||||
targetRevision: main
|
||||
path: manifests/llama
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: llama
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user