You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/10 03:45:53 UTC

[GitHub] [apisix-helm-chart] tokers commented on a change in pull request #112: feat: Optimize configuration items, add etcd.prefix and schema for dashboard

tokers commented on a change in pull request #112:
URL: https://github.com/apache/apisix-helm-chart/pull/112#discussion_r667284312



##########
File path: charts/apisix-dashboard/templates/configmap.yaml
##########
@@ -60,3 +63,7 @@ data:
           password: {{ .password }}
         {{- end }}
     {{- end }}
+  {{ if .Values.config.schema }}
+  schema.json: |-
+{{ .Values.config.schema | indent 4 }}
+  {{ end }}

Review comment:
       Missing the EOS symbol.




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org