diff --git a/self-host/manual/kubernetes.mdx b/self-host/manual/kubernetes.mdx index 3f5b1ee..1c40752 100644 --- a/self-host/manual/kubernetes.mdx +++ b/self-host/manual/kubernetes.mdx @@ -54,22 +54,22 @@ 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 + ``` - Create a Kubernetes Secret from the env file created earlier: + Create a Kubernetes Secret from the env file created earlier: ```bash - kubectl create secret generic newt-cred -n newt --from-env-file=newt-cred.env + kubectl create secret generic newt-cred -n newt --from-env-file=newt-cred.env ``` Install Newt with Helm: