Files
manifests/applications/atlantis-host-resources.yaml
T

33 lines
758 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: atlantis-host-cluster-resources
namespace: argocd
spec:
project: aux
destination:
server: https://kubernetes.default.svc
syncPolicy:
automated:
prune: false
selfHeal: false
ignoreDifferences:
- group: v1
kind: Secret
name: prod-rabbitmq
jqPathExpressions:
- '.data'
- group: v1
kind: Secret
name: prod-redis
jqPathExpressions:
- '.data'
sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main
path: resources/atlantis/host-manifests
- repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main
path: 'resources/atlantis/manifests/prod'