File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
charts/k8s-observability-monitoring Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : k8s-observability-monitoring
3- version : 0.2.1
3+ version : 0.2.2
Original file line number Diff line number Diff line change 11# k8s-observability-monitoring
22
3- ![ Version: 0.2.1 ] ( https://img.shields.io/badge/Version-0.2.1 -informational?style=flat-square )
3+ ![ Version: 0.2.2 ] ( https://img.shields.io/badge/Version-0.2.2 -informational?style=flat-square )
44
55## Values
66
1111| clusterName | string | ` "changeme" ` | |
1212| features.autoInstrumentation | bool | ` true ` | |
1313| otlp.gateway | string | ` "https://otlp-gateway.obs-us-east-ct.hsp.philips.com" ` | |
14- | otlp.secret.name | string | ` "k8s-observability " ` | |
14+ | otlp.secret.name | string | ` "otlp-gateway-creds " ` | |
1515| project.name | string | ` "k8s-monitoring" ` | |
1616| resourcePrefix | string | ` "" ` | |
1717
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ clusterName: "changeme"
66
77otlp :
88 secret :
9- name : " k8s-observability "
9+ name : " otlp-gateway-creds "
1010 gateway : " https://otlp-gateway.obs-us-east-ct.hsp.philips.com"
1111
1212project :
You can’t perform that action at this time.
0 commit comments