From 6ccbcdfe2ac6b804aca5e5ff788aa80fc513c7f8 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Mon, 15 Sep 2025 10:37:14 -0700 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- self-host/manual/kubernetes.mdx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 + ```