mirror of https://git.rancher.io/charts
21 lines
446 B
Diff
21 lines
446 B
Diff
--- charts-original/values.yaml
|
|
+++ charts/values.yaml
|
|
@@ -1,9 +1,16 @@
|
|
+# Default values for k8s-prometheus-adapter..
|
|
+global:
|
|
+ cattle:
|
|
+ psp:
|
|
+ enabled: false
|
|
+ systemDefaultRegistry: ""
|
|
+
|
|
affinity: {}
|
|
|
|
topologySpreadConstraints: []
|
|
|
|
image:
|
|
- repository: registry.k8s.io/prometheus-adapter/prometheus-adapter
|
|
+ repository: rancher/mirrored-prometheus-adapter-prometheus-adapter
|
|
tag: v0.10.0
|
|
pullPolicy: IfNotPresent
|
|
|