Files
manifests/apps/staging-atlantis.yaml
T

32 lines
756 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: staging-atlantis
namespace: argocd
spec:
template:
metadata:
name: staging-atlantis
spec:
project: atlantis
destination:
namespace: staging-atlantis
server: https://kubernetes.default.svc
sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: nixidy
path: values/atlantis
plugin:
name: kustomize-helm-with-rewrite
parameters:
- name: env
string: staging
- name: hostname
string: atlantis.beta.oceanbox.io
templatePatch: |
spec:
syncPolicy:
automated:
prune: true
selfHeal: true