Disable grafana

This commit is contained in:
Jack Jackson 2023-06-21 21:27:54 -07:00
parent 160a204a28
commit 5e37beb9fb

View File

@ -103,42 +103,42 @@ spec:
prune: true prune: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
--- # ---
apiVersion: argoproj.io/v1alpha1 # apiVersion: argoproj.io/v1alpha1
kind: Application # kind: Application
metadata: # metadata:
name: grafana # name: grafana
namespace: argo # namespace: argo
spec: # spec:
project: default # project: default
source: # source:
chart: grafana # chart: grafana
repoURL: https://grafana.github.io/helm-charts # repoURL: https://grafana.github.io/helm-charts
targetRevision: "6.49.0" # targetRevision: "6.49.0"
helm: # helm:
parameters: # parameters:
- name: image.tag # - name: image.tag
value: "9.3.2" # value: "9.3.2"
- name: ingress.enabled # - name: ingress.enabled
value: "true" # value: "true"
- name: ingress.hosts[0] # - name: ingress.hosts[0]
value: grafana.avril # value: grafana.avril
- name: persistence.enabled # - name: persistence.enabled
value: "true" # value: "true"
- name: persistence.storageClassName # - name: persistence.storageClassName
value: longhorn # value: longhorn
destination: # destination:
server: "https://kubernetes.default.svc" # server: "https://kubernetes.default.svc"
namespace: grafana # namespace: grafana
syncPolicy: # syncPolicy:
automated: # automated:
prune: true # prune: true
syncOptions: # syncOptions:
- CreateNamespace=true # - CreateNamespace=true
--- ---
# TODO - use Jsonnet or similar to automate building this from all the directories # TODO - use Jsonnet or similar to automate building this from all the directories
# (and pull out the common config) # (and pull out the common config)