mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
chore: add tempo to argocd lab (#5365)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Co-authored-by: shuting <shuting@nirmata.com>
This commit is contained in:
parent
c077fb49d5
commit
1b4da0e632
1 changed files with 27 additions and 0 deletions
|
@ -237,6 +237,33 @@ spec:
|
|||
selfHeal: true
|
||||
EOF
|
||||
|
||||
# CREATE TEMPO APP
|
||||
|
||||
kubectl apply -f - <<EOF
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: tempo
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: monitoring
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
chart: tempo
|
||||
repoURL: https://grafana.github.io/helm-charts
|
||||
targetRevision: 0.16.5
|
||||
helm:
|
||||
values: |
|
||||
tempo:
|
||||
searchEnabled: true
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
EOF
|
||||
|
||||
# CREATE KYVERNO APP
|
||||
|
||||
kubectl apply -f - <<EOF
|
||||
|
|
Loading…
Reference in a new issue