Skip to content

Commit 77659e2

Browse files
committed
Change default secret name to match IssueOPS
1 parent 8c792fd commit 77659e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
apiVersion: v2
22
name: k8s-observability-monitoring
3-
version: 0.2.1
3+
version: 0.2.2

charts/k8s-observability-monitoring/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

@@ -11,7 +11,7 @@
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

charts/k8s-observability-monitoring/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ clusterName: "changeme"
66

77
otlp:
88
secret:
9-
name: "k8s-observability"
9+
name: "otlp-gateway-creds"
1010
gateway: "https://otlp-gateway.obs-us-east-ct.hsp.philips.com"
1111

1212
project:

0 commit comments

Comments
 (0)