mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
22 lines
404 B
YAML
22 lines
404 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: vault
|
|
spec:
|
|
destination:
|
|
name: in-cluster
|
|
namespace: vault
|
|
server: ''
|
|
source:
|
|
path: ''
|
|
repoURL: 'https://helm.releases.hashicorp.com'
|
|
targetRevision: 0.11.0
|
|
chart: vault
|
|
project: default
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|