helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

add rest labels for v0.7

Open tuziben opened this issue 1 year ago • 0 comments

should add rest labels here https://github.com/quickwit-oss/helm-charts/blob/main/charts/quickwit/templates/configmap.yaml#L13

    {{- with .Values.config.rest }}
    rest:
      {{- toYaml . | nindent 6 }}
    {{- end }}

tuziben avatar Jan 08 '24 05:01 tuziben