Alluxio / Community

New Contributor Tasks for Alluxio
20 stars 38 forks source link

Fix missing white space in Alluxio/k8s-operator/deploy/charts/alluxio/templates/conf/configmap.yaml #644

Closed ssz1997 closed 1 year ago

ssz1997 commented 1 year ago

In file https://github.com/Alluxio/k8s-operator/blob/main/deploy/charts/alluxio/templates/conf/configmap.yaml line 28, there should be a whitespace between 4 and }}, e.g.

{{- include "alluxio.site.properties" . | nindent 4}} should be {{- include "alluxio.site.properties" . | nindent 4 }}

joshl-ee commented 1 year ago

/assign @joshl-ee