19 lines
392 B
YAML
19 lines
392 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: openbao
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: openbao
|
|
server: "https://kubernetes.default.svc"
|
|
source:
|
|
repoURL: 'https://github.com/openbao/openbao.git'
|
|
targetRevision: main
|
|
path: "openbao"
|
|
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|