Merge pull request 'fix: wrong name' (#6194) from tmp/kube-prom into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 32s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 6m42s

Reviewed-on: #6194
This commit was merged in pull request #6194.
This commit is contained in:
2026-04-24 16:57:15 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ kube-prometheus-stack:
http_config: http_config:
basic_auth: basic_auth:
username: ntfy-alertmanager username: ntfy-alertmanager
password_file: /etc/alertmanager/secrets/alertmanager-config-config/ntfy_password password_file: /etc/alertmanager/secrets/alertmanager-ntfy-config/ntfy_password
route: route:
main: main:
enabled: true enabled: true

View File

@@ -15,6 +15,8 @@ etcd-backup:
schedule: 0 2 * * * schedule: 0 2 * * *
backoffLimit: 3 backoffLimit: 3
parallelism: 1 parallelism: 1
serviceAccount:
name: talos-backup-secrets
containers: containers:
backup: backup:
image: image:
@@ -95,6 +97,8 @@ etcd-backup:
schedule: 0 3 * * * schedule: 0 3 * * *
backoffLimit: 3 backoffLimit: 3
parallelism: 1 parallelism: 1
serviceAccount:
name: talos-backup-secrets
containers: containers:
backup: backup:
image: image:
@@ -175,6 +179,8 @@ etcd-backup:
schedule: 0 4 * * * schedule: 0 4 * * *
backoffLimit: 3 backoffLimit: 3
parallelism: 1 parallelism: 1
serviceAccount:
name: talos-backup-secrets
containers: containers:
backup: backup:
image: image: