Closed ssz1997 closed 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.
4
}}
{{- include "alluxio.site.properties" . | nindent 4}} should be {{- include "alluxio.site.properties" . | nindent 4 }}
{{- include "alluxio.site.properties" . | nindent 4}}
{{- include "alluxio.site.properties" . | nindent 4 }}
/assign @joshl-ee
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 }}