jinjianming opened a new issue, #495:
URL: https://github.com/apache/apisix-helm-chart/issues/495
尝试修改annotations内容的时候发生报错
Error: UPGRADE FAILED: YAML parse error on
apisix/templates/service-gateway.yaml: error converting YAML to JSON: yaml:
line 24: did not find expected key
将 templates/service-gateway.yaml 改为如下内容问题修复;
```
annotations:
{{- with .Values.gateway.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]