We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KubePi 版本 v1.7.0
Bug 描述 在ConfigMap/Secrets中, 无法正常展示yaml的行首空格
Bug 重现步骤(有截图更好) 创建configMap
apiVersion: v1 kind: ConfigMap metadata: name: config-demo namespace: default data: config.yml: | log: level: INFO users: - name: user1 password: password1 - name: user2 password: password2
展示效果为:
The text was updated successfully, but these errors were encountered:
感谢反馈,后面版本会考虑优化上述功能。
Sorry, something went wrong.
wanghe-fit2cloud
No branches or pull requests
KubePi 版本
v1.7.0
Kubernetes 版本
Bug 描述
在ConfigMap/Secrets中, 无法正常展示yaml的行首空格
Bug 重现步骤(有截图更好)
创建configMap
展示效果为:
The text was updated successfully, but these errors were encountered: