28 lines
712 B
YAML
28 lines
712 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: atlantis-cluster-resources
|
|
namespace: argocd
|
|
# annotations: # close, but no cigar
|
|
# argocd.argoproj.io/compare-options: ServerSideDiff=true,IncludeMutationWebhook=true
|
|
spec:
|
|
project: atlantis
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
syncPolicy:
|
|
automated:
|
|
prune: false
|
|
selfHeal: false
|
|
# ignoreDifferences:
|
|
# - kind: Secret
|
|
# name: prod-rabbitmq
|
|
# jqPathExpressions:
|
|
# - '.data'
|
|
# - '.metadata.annotations.clone'
|
|
# - '.metadata.labels'
|
|
sources:
|
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
|
targetRevision: main
|
|
path: resources/atlantis
|
|
|