Skip to content

Commit

Permalink
Merge pull request #7976 from newrelic/austin-schaefer-patch-4
Browse files Browse the repository at this point in the history
chore(k8s): Fix a malformed code block
  • Loading branch information
x8a committed Jun 20, 2022
2 parents f054803 + 2fb3864 commit f71abe9
Showing 1 changed file with 14 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,26 +124,22 @@ Before starting our [automated installer](https://one.newrelic.com/launcher/k8s-
oc adm policy add-scc-to-user privileged \
system:serviceaccount:<var><namespace></var>:<var><release_name></var>-newrelic-infrastructure
```

The default `<>{'<release_name>'}</>` provided by the installer is `newrelic-bundle`.

<Callout variant="tip">
The default `<>{'<release_name>'}</>` provided by the installer is `newrelic-bundle`.
</Callout>

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:

```
```

* name: NRIA_CA_BUNDLE_DIR
value: <var>YOUR_CA_BUNDLE_DIR</var>
* name: NRIA_CA_BUNDLE_FILE
value: <var>YOUR_CA_BUNDLE_NAME</var>

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:
```yaml
env:
- name: NRIA_CA_BUNDLE_DIR
value: YOUR_CA_BUNDLE_DIR
- name: NRIA_CA_BUNDLE_FILE
value: YOUR_CA_BUNDLE_NAME
```
YAML key path: `spec.template.spec.containers.name.env`
```

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

<Collapser
Expand Down

0 comments on commit f71abe9

Please sign in to comment.