Skip to content

Commit

Permalink
docs(analysis): fix use stringData in the examples (#2715)
Browse files Browse the repository at this point in the history
Use stringData in the examples

resolves #2714

Signed-off-by: mitchell amihod <[email protected]>
  • Loading branch information
meeech authored Apr 13, 2023
1 parent 8ecb093 commit b9fbc9b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/analysis/datadog.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ kind: Secret
metadata:
name: datadog
type: Opaque
data:
stringData:
address: https://api.datadoghq.com
api-key: <datadog-api-key>
app-key: <datadog-app-key>
```

`apiVersion` here is different from the `apiVersion` from the Datadog configuration above.
`apiVersion` here is different from the `apiVersion` from the Datadog configuration above.
2 changes: 1 addition & 1 deletion docs/analysis/influxdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ kind: Secret
metadata:
name: influxdb
type: Opaque
data:
stringData:
address: <infuxdb-url>
authToken: <influxdb-auth-token>
org: <influxdb-org>
Expand Down
4 changes: 2 additions & 2 deletions docs/analysis/newrelic.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ kind: Secret
metadata:
name: newrelic
type: Opaque
data:
stringData:
personal-api-key: <newrelic-personal-api-key>
account-id: <newrelic-account-id>
region: "us" # optional, defaults to "us" if not set. Only set to "eu" if you use EU New Relic
Expand All @@ -47,7 +47,7 @@ kind: Secret
metadata:
name: newrelic
type: Opaque
data:
stringData:
personal-api-key: <newrelic-personal-api-key>
account-id: <newrelic-account-id>
region: "us" # optional, defaults to "us" if not set. Only set to "eu" if you use EU New Relic
Expand Down
2 changes: 1 addition & 1 deletion docs/analysis/wavefront.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ kind: Secret
metadata:
name: wavefront-api-tokens
type: Opaque
data:
stringData:
example1.wavefront.com: <token1>
example2.wavefront.com: <token2>
```

0 comments on commit b9fbc9b

Please sign in to comment.