bitnami / kube-libsonnet

Bitnami's jsonnet library for building Kubernetes manifests
https://bitnami.com
Apache License 2.0
174 stars 50 forks source link

remove empty curly brackets from namespace manifest #71

Open bfarayev opened 2 years ago

bfarayev commented 2 years ago

seems like having an empty curly brackets is breaking the styling in IDEs like IntelliJ (haven't tested in VS Code)

image

I get this error message:

<binaryop>, JsonnetTokenType.DOT, JsonnetTokenType.IN, JsonnetTokenType.L_BRACKET, JsonnetTokenType.L_CURLY or JsonnetTokenType.L_PAREN expected, got ','

This also breaks the "Go to Declaration" when we're using this an object from this library. Removing the curly brackets fixes the issue