From 07a0de683714794e9465883609b883f9a128f9e4 Mon Sep 17 00:00:00 2001 From: Michael Lucas Date: Wed, 4 Oct 2023 08:42:56 -0500 Subject: [PATCH] Fix yaml indents. Chart was broken without these corrected. This was tested successfully. (#13) --- charts/featbit/templates/ui-scripts-configmap.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/featbit/templates/ui-scripts-configmap.yaml b/charts/featbit/templates/ui-scripts-configmap.yaml index cd75239..a5a2c71 100644 --- a/charts/featbit/templates/ui-scripts-configmap.yaml +++ b/charts/featbit/templates/ui-scripts-configmap.yaml @@ -4,9 +4,9 @@ metadata: namespace: {{ .Release.Namespace }} name: ui-scripts-configmap labels: - {{- include "featbit-metadata-labels-common" . | nindent 4 }} - annotations: - {{- include "featbit-metadata-annotations-common" . | nindent 4 }} + {{- include "featbit-metadata-labels-common" . | nindent 4 }} + annotations: + {{- include "featbit-metadata-annotations-common" . | nindent 4 }} data: {{ $api_port := .Values.api.service.port }} {{ $els_port := .Values.els.service.port }}