Add appset for external-secrets
This commit is contained in:
parent
e15e42afc1
commit
043408264d
30
applicationsets/external-secrets-appset.yaml
Normal file
30
applicationsets/external-secrets-appset.yaml
Normal file
@ -0,0 +1,30 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: ApplicationSet
|
||||
metadata:
|
||||
name: external-secrets-appset
|
||||
namespace: argocd
|
||||
spec:
|
||||
generators:
|
||||
- git:
|
||||
repoURL: https://git.dvirlabs.com/dvirlabs/observability-stack.git
|
||||
revision: master
|
||||
directories:
|
||||
- path: manifests/external-secrets/*
|
||||
template:
|
||||
metadata:
|
||||
name: 'external-secret-{{path.basename}}'
|
||||
spec:
|
||||
project: observability
|
||||
source:
|
||||
repoURL: https://git.dvirlabs.com/dvirlabs/observability-stack.git
|
||||
targetRevision: master
|
||||
path: '{{path}}'
|
||||
directory:
|
||||
recurse: true
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: monitoring
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
@ -23,7 +23,7 @@ spec:
|
||||
source:
|
||||
repoURL: https://git.dvirlabs.com/dvirlabs/observability-stack.git
|
||||
targetRevision: master
|
||||
path: manifests/grafana
|
||||
path: charts/grafana
|
||||
helm:
|
||||
valueFiles:
|
||||
- ../my-values/{{valuesFile}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user