Skip to content

Commit

Permalink
Fix yaml indents. Chart was broken without these corrected. This was …
Browse files Browse the repository at this point in the history
…tested successfully. (#13)
  • Loading branch information
mtlucas authored Oct 4, 2023
1 parent ff78897 commit 07a0de6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/featbit/templates/ui-scripts-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 07a0de6

Please sign in to comment.