This commit is contained in:
Simen Røstvik 2022-12-26 02:53:00 +01:00
parent 20461964e8
commit 95a54f0b9d
No known key found for this signature in database
5 changed files with 10 additions and 3 deletions

View File

@ -50,6 +50,8 @@ spec:
key: password key: password
name: postgres-secret name: postgres-secret
prometheus.rules.create: true
postgresql: postgresql:
image: image:
registry: ghcr.io registry: ghcr.io

View File

@ -16,7 +16,7 @@ spec:
values: | values: |
prometheus: prometheus:
enabled: false enabled: true
extraArgs: extraArgs:
- --enable-certificate-owner-ref=true - --enable-certificate-owner-ref=true

View File

@ -12,8 +12,10 @@ spec:
project: default project: default
source: source:
chart: external-secrets chart: external-secrets
#helm: helm:
# values: [] values:
prometheus.enabled: true
repoURL: https://charts.external-secrets.io repoURL: https://charts.external-secrets.io
targetRevision: 0.7.0 targetRevision: 0.7.0

View File

@ -17,6 +17,7 @@ spec:
loki.isDefault: false loki.isDefault: false
test_pod: {} test_pod: {}
prometheus.enabled: true
repoURL: https://grafana.github.io/helm-charts repoURL: https://grafana.github.io/helm-charts
targetRevision: 2.8.8 targetRevision: 2.8.8

View File

@ -20,6 +20,8 @@ spec:
enabled: true enabled: true
serviceType: NodePort serviceType: NodePort
global.serverTelemetry.prometheusOperator: true
repoURL: https://helm.releases.hashicorp.com repoURL: https://helm.releases.hashicorp.com
targetRevision: 0.23.0 targetRevision: 0.23.0