Try installing prometheus directly from helm chart

This commit is contained in:
Jim Martens 2023-11-01 22:35:59 +01:00
parent 32bda3e4b4
commit ddbb85a535
2 changed files with 9 additions and 2 deletions

View File

@ -19,7 +19,7 @@ spec:
repoURL: {{ .repoURL }}
targetRevision: {{ .targetRevision }}
{{- if .repoURL | contains "chart" }}
chart: {{ .name }}
chart: {{ .chart | default .name }}
{{- else }}
path: argocd/{{ .name }}/{{ $.Values.overall.environment }}
{{- end }}

View File

@ -28,7 +28,14 @@ applications:
targetRevision: main
namespace: vault-secrets-operator-system
createNamespace: true
repoURL: https://git.2martens.de/2martens/
repoURL: https://git.2martens.de/2martens/cloud-configuration.git
- name: prometheus
project: default
targetRevision: 25.4.x
namespace: observability
createNamespace: true
repoURL: https://prometheus-community.github.io/helm-charts
chart: prometheus-community/prometheus
overall: