File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ kind: Secret
4040metadata:
4141 name: datadog
4242type: Opaque
43- data :
43+ stringData :
4444 address: https://api.datadoghq.com
4545 api-key: <datadog-api-key>
4646 app-key: <datadog-app-key>
4747` ` `
4848
49- ` apiVersion` here is different from the `apiVersion` from the Datadog configuration above.
49+ ` apiVersion` here is different from the `apiVersion` from the Datadog configuration above.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ kind: Secret
3434metadata:
3535 name: influxdb
3636type: Opaque
37- data :
37+ stringData :
3838 address: <infuxdb-url>
3939 authToken: <influxdb-auth-token>
4040 org: <influxdb-org>
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ kind: Secret
3333metadata:
3434 name: newrelic
3535type: Opaque
36- data :
36+ stringData :
3737 personal-api-key: <newrelic-personal-api-key>
3838 account-id: <newrelic-account-id>
3939 region: "us" # optional, defaults to "us" if not set. Only set to "eu" if you use EU New Relic
@@ -47,7 +47,7 @@ kind: Secret
4747metadata:
4848 name: newrelic
4949type: Opaque
50- data :
50+ stringData :
5151 personal-api-key: <newrelic-personal-api-key>
5252 account-id: <newrelic-account-id>
5353 region: "us" # optional, defaults to "us" if not set. Only set to "eu" if you use EU New Relic
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ kind: Secret
3535metadata :
3636 name : wavefront-api-tokens
3737type : Opaque
38- data :
38+ stringData :
3939 example1.wavefront.com : <token1>
4040 example2.wavefront.com : <token2>
4141` ` `
You can’t perform that action at this time.
0 commit comments