17 lines
364 B
YAML
17 lines
364 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: atlantis-host-resrources
|
|
namespace: argocd
|
|
spec:
|
|
project: atlantis
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
syncPolicy:
|
|
automated: {}
|
|
source:
|
|
repoURL: https://gitlab.com/oceanbox/manifests.git
|
|
targetRevision: dev
|
|
path: resources/atlantis/host-manifests
|
|
|