mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-21 20:36:43 +00:00
Fix: broken yaml indentation
This commit is contained in:
committed by
Owen Schwartz
parent
ec2dae303c
commit
bc3f0bc529
@@ -41,13 +41,13 @@ All Fossorial Helm charts are available on Artifact Hub. See <Link href="https:/
|
|||||||
```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