Matej
05/13/2021, 9:23 AMhelm install prefect prefecthq/prefect-server -f values.yaml
with the following error:
Error: YAML parse error on prefect-server/templates/hasura/deployment.yaml: error converting YAML to JSON: yaml: line 31: mapping values are not allowed in this context
Attached you can find the values.yaml file that I try to provide for the helm install command.
The only modification is the securityContext:
securityContext:
runAsUser: 1000
runAsGroup: 1000
instead of
securityContext: {}
for hasura service
The errored line 31 of the hasura deployment.yaml looks as follows:
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
Thanks for help.Kevin Kho
Matej
05/13/2021, 4:29 PMKevin Kho
Kevin Kho
Matej
05/13/2021, 5:57 PMMatej
05/14/2021, 5:08 AM