Skip to content

Commit

Permalink
chore(k8s): Fix a malformed code block
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-schaefer committed Jun 9, 2022
1 parent a95455d commit 0ac9c80
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,11 @@ Before starting our [automated installer](https://one.newrelic.com/launcher/k8s-
3. If you're using signed certificates, make sure they are properly configured by using the following variables in the `DaemonSet` portion of your manifest to set the `.pem` file:

```
```

* name: NRIA_CA_BUNDLE_DIR
value: <var>YOUR_CA_BUNDLE_DIR</var>
* name: NRIA_CA_BUNDLE_FILE
value: <var>YOUR_CA_BUNDLE_NAME</var>
```
YAML key path: `spec.template.spec.containers.name.env`
```

Expand Down

0 comments on commit 0ac9c80

Please sign in to comment.