28 lines
625 B
YAML
28 lines
625 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: attic
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
destination:
|
|
namespace: attic
|
|
server: 'https://kubernetes.default.svc'
|
|
sources:
|
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
|
targetRevision: HEAD
|
|
path: values/attic/manifests
|
|
project: aux
|
|
syncPolicy:
|
|
managedNamespaceMetadata:
|
|
labels:
|
|
component: aux
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ApplyOutOfSyncOnly=true
|
|
# - ServerSideApply=true
|
|
automated:
|
|
prune: true
|
|
# selfHeal: false
|