File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -895,16 +895,16 @@ spec:
895895 - each :
896896 info :
897897 labelsFromPath :
898- remediation_triggerif_unhealthylessthanorequalto :
898+ remediation_triggerif_unhealthyInRange :
899899 - spec
900900 - remediation
901901 - triggerIf
902- - unhealthyLessThanOrEqualTo
903- remediation_triggerif_unhealthyrange :
902+ - unhealthyInRange
903+ remediation_triggerif_unhealthylessthanorequalto :
904904 - spec
905905 - remediation
906906 - triggerIf
907- - unhealthyRange
907+ - unhealthyLessThanOrEqualTo
908908 path : null
909909 type : Info
910910 help : Information about a machinehealthcheck.
Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ resources:
22 - ./crd-clusterrole.yaml
33
44namespace : observability
5+ namePrefix : kube-state-metrics-
56
67configMapGenerator :
7- - name : kube-state-metrics- crd-config-capi
8+ - name : crd-config-capi
89 files :
910 - capi.yaml=crd-metrics-config.yaml
1011 options :
You can’t perform that action at this time.
0 commit comments