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

Helm Charts #250

Closed
florianrusch opened this issue May 16, 2018 · 2 comments
Closed

Helm Charts #250

florianrusch opened this issue May 16, 2018 · 2 comments

Comments

@florianrusch
Copy link

It would be nice, if folders with the content of a Helm Charts could have there own folder icon (as with Kubernetes).

Helm is a tool for Kubernetes from Kubernetes - so I think we can use the logo without any problems: https://docs.helm.sh/src/img/helm-logo.svg

But there is one problem ... it doesn't exist any special indicator in the folder name. You can only recognise that this a helm chart by the content of the folder:

  • charts/
  • templates/
  • .helmignore
  • Chart.yaml
  • values.yaml

Is it possible to recognise a folder by his content?

@PKief
Copy link
Owner

PKief commented May 16, 2018

No, unfortunately it is not possible to recognize a folder by its content. I can only use specific names for files and folders.

In my opinion there's probably one possibility:
I could add a helm icon for .helmignore files. After that you can reuse the icon by configuring custom file icon configurations in your user settings:

"material-icon-theme.files.associations": {
    "Chart.yaml": "helm"
},

But I've to check if the helm icon fits to the icon set at all and how it will look like 😉

@PKief
Copy link
Owner

PKief commented May 27, 2018

@florianrusch I added the helm icon:

helm file icon

It will be part of the next update 👍

As already mentioned in my comment above, you can add the icon also for other file extensions or file names.

@PKief PKief closed this as completed in e8143f1 May 27, 2018
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