mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-17 10:26:44 +00:00
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -54,16 +54,16 @@ This guide assumes you already are familiar with Kubernetes concepts and you ful
|
|||||||
<Tip>See <Link href="https://github.com/fosrl/helm-charts/tree/main/charts/newt">Newt chart values configuration options</Link>.</Tip>
|
<Tip>See <Link href="https://github.com/fosrl/helm-charts/tree/main/charts/newt">Newt chart values configuration options</Link>.</Tip>
|
||||||
|
|
||||||
```yaml title="values-newt.yaml"
|
```yaml title="values-newt.yaml"
|
||||||
newtInstances:
|
newtInstances:
|
||||||
- name: main
|
- name: main
|
||||||
enabled: true
|
enabled: true
|
||||||
auth:
|
auth:
|
||||||
existingSecretName: newt-cred
|
existingSecretName: newt-cred
|
||||||
keys:
|
keys:
|
||||||
endpointKey: PANGOLIN_ENDPOINT
|
endpointKey: PANGOLIN_ENDPOINT
|
||||||
idKey: NEWT_ID
|
idKey: NEWT_ID
|
||||||
secretKey: NEWT_SECRET
|
secretKey: NEWT_SECRET
|
||||||
```
|
```
|
||||||
</Step>
|
</Step>
|
||||||
<Step title="Newt Installation">
|
<Step title="Newt Installation">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user