Add vault-config app
This commit is contained in:
parent
bf6d5eefb4
commit
d822fc2202
20
argocd-apps/vault-config.yaml
Normal file
20
argocd-apps/vault-config.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: vault-config
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: dev-tools
|
||||
source:
|
||||
repoURL: https://git.dvirlabs.com/dvirlabs/dev-tools.git
|
||||
targetRevision: HEAD
|
||||
path: manifests/vault
|
||||
directory:
|
||||
recurse: true
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: dev-tools
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
@ -6,14 +6,12 @@ metadata:
|
||||
spec:
|
||||
project: dev-tools
|
||||
source:
|
||||
repoURL: 'https://git.dvirlabs.com/dvirlabs/dev-tools.git'
|
||||
repoURL: https://git.dvirlabs.com/dvirlabs/dev-tools.git
|
||||
targetRevision: HEAD
|
||||
path: charts/vault
|
||||
directory:
|
||||
recurse: true
|
||||
# helm:
|
||||
# valueFiles:
|
||||
# - ../../manifests/vault/values.yaml
|
||||
helm:
|
||||
valueFiles:
|
||||
- ../../manifests/vault/values.yaml
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: dev-tools
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user