mirror of https://git.rancher.io/charts
32 lines
706 B
Diff
32 lines
706 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: k8s.gcr.io/prometheus-adapter/prometheus-adapter
|
|
+ repository: rancher/mirrored-prometheus-adapter-prometheus-adapter
|
|
tag: v0.10.0
|
|
pullPolicy: IfNotPresent
|
|
|
|
@@ -49,10 +56,6 @@
|
|
# Specifies whether RBAC resources should be created
|
|
create: true
|
|
|
|
-psp:
|
|
- # Specifies whether PSP resources should be created
|
|
- create: false
|
|
-
|
|
serviceAccount:
|
|
# Specifies whether a service account should be created
|
|
create: true
|