Skip to content

Commit

Permalink
Bump kube-rbac-proxy + CI
Browse files Browse the repository at this point in the history
Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 committed Nov 27, 2024
1 parent 39b1c4c commit b72fbc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions charts/kube-state-metrics/ci/01-kube-rbac-proxy-values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
kubeRBACProxy:
enabled: true
selfMonitor:
enabled: true
2 changes: 1 addition & 1 deletion charts/kube-state-metrics/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
{{- end }}
{{- if .Values.kubeRBACProxy.enabled }}
- --telemetry-host=127.0.0.1
- --telemetry-port={{ $servicePort }}
- --telemetry-port={{ $telemetryPort }}
{{- else }}
{{- if .Values.selfMonitor.telemetryHost }}
- --telemetry-host={{ .Values.selfMonitor.telemetryHost }}
Expand Down

0 comments on commit b72fbc0

Please sign in to comment.