Skip to content

Commit

Permalink
feat(k8): corrected example
Browse files Browse the repository at this point in the history
  • Loading branch information
x8a committed Jun 10, 2022
1 parent 7a1f0c3 commit 2fb3864
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,13 @@ Before starting our [automated installer](https://one.newrelic.com/launcher/k8s-

2. Complete the steps in our [automated installer](https://one.newrelic.com/launcher/k8s-cluster-explorer-nerdlet.cluster-explorer-launcher?pane=eyJuZXJkbGV0SWQiOiJucjEtaW5zdGFsbC1uZXdyZWxpYy5ucjEtaW5zdGFsbC1uZXdyZWxpYyIsInBhdGgiOiJndWlkZWQiLCJlbnYiOiJrdWJlcm5ldGVzIiwiaW5pdGlhbEFjdGlvbkluZGV4IjpudWxsLCJhY3Rpb25JbmRleCI6MX0=).
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:

```yml
- name: NRIA_CA_BUNDLE_DIR
value: YOUR_CA_BUNDLE_DIR
- name: NRIA_CA_BUNDLE_FILE
value: YOUR_CA_BUNDLE_NAME
```yaml
env:
- name: NRIA_CA_BUNDLE_DIR
value: YOUR_CA_BUNDLE_DIR
- name: NRIA_CA_BUNDLE_FILE
value: YOUR_CA_BUNDLE_NAME
```

4. Set your YAML key path to `spec.template.spec.containers.name.env`.
5. Save your changes.
</Collapser>
Expand Down

0 comments on commit 2fb3864

Please sign in to comment.