Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion hack/observability/kube-state-metrics/crd-sidecar-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
value: observability
- name: SCRIPT
value: /script/compile.sh
- name: HEALTH_PORT
value: "18080" # Should not conflict with kube-state-metrics port
# This image continuously collects config maps with the specified label and
# updates the configuration for kube-state-metrics using a script.
image: kiwigrid/k8s-sidecar:latest
Expand Down Expand Up @@ -47,4 +49,4 @@ spec:
- configMap:
defaultMode: 511
name: kube-state-metrics-crd-sidecar-script
name: compile-script
name: compile-script
Loading