-
Notifications
You must be signed in to change notification settings - Fork 21
Cannot edit Secrets/Configmap values unencoded, transparently in json files or yaml files with quoted values #854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Mar 4, 2025
…developer#854) * fixed: base64 encoded values in json * fixed: quoted base64 values in json/yaml
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Mar 4, 2025
* fixed: base64 encoded values in json * fixed: Secret & ConfigMap are recognized if kind value is quoted ("Service", "ConfigMap")
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Mar 4, 2025
* fixed: base64 encoded values in json * fixed: Secret & ConfigMap are recognized if kind value is quoted ("Service", "ConfigMap")
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Mar 4, 2025
this is fixed with a separate commit in PR #853 |
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Mar 6, 2025
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Mar 6, 2025
adietish
added a commit
that referenced
this issue
Mar 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
follows up on #663
related to #852
Steps:
Result:
It doesn't display inlay hint for "a" and "b". I thus cannot edit those values unencoded/transparently
Expected result:
The editor should display inlay hint for "a" and "b"..
Same is true for the following yaml with quoted values:
The text was updated successfully, but these errors were encountered: