Skip to content
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

[Bug] ConfigMap/Secrets中的行首空格未正常展示 #196

Open
AutumnSun1996 opened this issue Mar 26, 2024 · 1 comment
Open

[Bug] ConfigMap/Secrets中的行首空格未正常展示 #196

AutumnSun1996 opened this issue Mar 26, 2024 · 1 comment
Assignees

Comments

@AutumnSun1996
Copy link

KubePi 版本
v1.7.0

Kubernetes 版本

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

展示效果为:
image

@wanghe-fit2cloud
Copy link
Member

感谢反馈,后面版本会考虑优化上述功能。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants