Skip to content

Commit e9b7038

Browse files
committed
Use stringData in the examples
resolves #2714
1 parent 8ecb093 commit e9b7038

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/analysis/datadog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ kind: Secret
4040
metadata:
4141
name: datadog
4242
type: 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.

docs/analysis/influxdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ kind: Secret
3434
metadata:
3535
name: influxdb
3636
type: Opaque
37-
data:
37+
stringData:
3838
address: <infuxdb-url>
3939
authToken: <influxdb-auth-token>
4040
org: <influxdb-org>

docs/analysis/newrelic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ kind: Secret
3333
metadata:
3434
name: newrelic
3535
type: 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
4747
metadata:
4848
name: newrelic
4949
type: 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

docs/analysis/wavefront.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ kind: Secret
3535
metadata:
3636
name: wavefront-api-tokens
3737
type: Opaque
38-
data:
38+
stringData:
3939
example1.wavefront.com: <token1>
4040
example2.wavefront.com: <token2>
4141
```

0 commit comments

Comments
 (0)