Try installing prometheus directly from helm chart
This commit is contained in:
parent
32bda3e4b4
commit
ddbb85a535
|
@ -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 }}
|
||||
|
|
|
@ -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:
|
||||
|
|
Reference in New Issue