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:
|
spec:
|
||||||
project: dev-tools
|
project: dev-tools
|
||||||
source:
|
source:
|
||||||
repoURL: 'https://git.dvirlabs.com/dvirlabs/dev-tools.git'
|
repoURL: https://git.dvirlabs.com/dvirlabs/dev-tools.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: charts/vault
|
path: charts/vault
|
||||||
directory:
|
helm:
|
||||||
recurse: true
|
valueFiles:
|
||||||
# helm:
|
- ../../manifests/vault/values.yaml
|
||||||
# valueFiles:
|
|
||||||
# - ../../manifests/vault/values.yaml
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: dev-tools
|
namespace: dev-tools
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user