16 lines
317 B
YAML
16 lines
317 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: dex
|
|
namespace: argocd
|
|
spec:
|
|
project: atlantis
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: idp
|
|
source:
|
|
repoURL: https://gitlab.com/oceanbox/manifests.git
|
|
targetRevision: dev
|
|
path: charts/dex/manifests
|
|
|