danhuawang commented on code in PR #56: URL: https://github.com/apache/gravitino-playground/pull/56#discussion_r1705288994
########## helm-chart/templates/NOTES.txt: ########## Review Comment: The command that print on console is incorrect? ``` ubuntu@ip-10-0-4-171:~$ kubectl get pods --namespace gravitino-playground -l "app.kubernetes.io/name=gravitino-playground,app.kubernetes.io/instance=gravitino-playground" -o jsonpath="{.items[0].metadata.name}" error: error executing jsonpath "{.items[0].metadata.name}": Error executing template: array index out of bounds: index 0, length 0. Printing more information for debugging the template: template was: {.items[0].metadata.name} object given to jsonpath engine was: map[string]interface {}{"apiVersion":"v1", "items":[]interface {}{}, "kind":"List", "metadata":map[string]interface {}{"resourceVersion":""}} ``` -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org