diff --git a/self-host/manual/kubernetes.mdx b/self-host/manual/kubernetes.mdx index 1c40752..f8697e6 100644 --- a/self-host/manual/kubernetes.mdx +++ b/self-host/manual/kubernetes.mdx @@ -54,16 +54,16 @@ This guide assumes you already are familiar with Kubernetes concepts and you ful See Newt chart values configuration options. ```yaml title="values-newt.yaml" - newtInstances: - - name: main - enabled: true - auth: - existingSecretName: newt-cred - keys: - endpointKey: PANGOLIN_ENDPOINT - idKey: NEWT_ID - secretKey: NEWT_SECRET - ``` + newtInstances: + - name: main + enabled: true + auth: + existingSecretName: newt-cred + keys: + endpointKey: PANGOLIN_ENDPOINT + idKey: NEWT_ID + secretKey: NEWT_SECRET + ```