2021-05-17 22:30:18 +00:00
|
|
|
--- charts-original/values.yaml
|
|
|
|
+++ charts/values.yaml
|
2023-01-28 00:18:44 +00:00
|
|
|
@@ -1,9 +1,16 @@
|
2022-10-26 18:02:37 +00:00
|
|
|
+# Default values for k8s-prometheus-adapter..
|
2021-05-17 22:30:18 +00:00
|
|
|
+global:
|
|
|
|
+ cattle:
|
2023-01-28 00:18:44 +00:00
|
|
|
+ psp:
|
|
|
|
+ enabled: false
|
2021-05-17 22:30:18 +00:00
|
|
|
+ systemDefaultRegistry: ""
|
|
|
|
+
|
|
|
|
affinity: {}
|
|
|
|
|
2022-10-26 18:02:37 +00:00
|
|
|
topologySpreadConstraints: []
|
|
|
|
|
2021-05-17 22:30:18 +00:00
|
|
|
image:
|
2021-11-19 22:19:23 +00:00
|
|
|
- repository: k8s.gcr.io/prometheus-adapter/prometheus-adapter
|
|
|
|
+ repository: rancher/mirrored-prometheus-adapter-prometheus-adapter
|
2022-10-26 18:02:37 +00:00
|
|
|
tag: v0.10.0
|
2021-05-17 22:30:18 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2023-05-18 17:49:08 +00:00
|
|
|
@@ -49,10 +56,6 @@
|
2023-01-28 00:18:44 +00:00
|
|
|
# Specifies whether RBAC resources should be created
|
|
|
|
create: true
|
2023-05-18 17:49:08 +00:00
|
|
|
|
2023-01-28 00:18:44 +00:00
|
|
|
-psp:
|
|
|
|
- # Specifies whether PSP resources should be created
|
|
|
|
- create: false
|
2023-05-18 17:49:08 +00:00
|
|
|
-
|
2023-01-28 00:18:44 +00:00
|
|
|
serviceAccount:
|
|
|
|
# Specifies whether a service account should be created
|
2023-05-18 17:49:08 +00:00
|
|
|
create: true
|