Fix: broken yaml indentation

This commit is contained in:
Anto Keinänen
2026-01-15 19:37:15 +02:00
committed by Owen Schwartz
parent ec2dae303c
commit bc3f0bc529

View File

@@ -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">