26 lines
626 B
YAML
26 lines
626 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: prod-atlantis
|
|
namespace: argocd
|
|
spec:
|
|
template:
|
|
metadata:
|
|
name: prod-atlantis
|
|
spec:
|
|
project: atlantis
|
|
destination:
|
|
namespace: 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: prod
|
|
- name: hostname
|
|
string: atlantis.beta.oceanbox.io
|