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

feat: If there is a symbolic link in the mounted directory, a warning is displayed. #45

Open
k-kinzal opened this issue Jan 6, 2019 · 0 comments
Labels
Milestone

Comments

@k-kinzal
Copy link
Owner

k-kinzal commented Jan 6, 2019

Derived from #17.

Proposal

/usr/local/bin/helm:
  image: chatwork/helm
  tag: 2.11.0
  volume:
  - $HOME/.kube:/root/.kube
  - $HOME/.helm:/root/.helm
  - $PWD:/helm
  workdir: /helm
$ aliases gen
WARNGING: /Users/k-kinzal/.helm/plugins/helm-secrets -> /root/.helm/cache/plugins/https-github.com-futuresimple-helm-secrets: not mounting this symbolic link destination

We propose to display warnings for symbolic links.
If a symbolic link exists and the link destination is not mounted, a warning is displayed.

@k-kinzal k-kinzal added this to the v0.3.0 milestone Jan 6, 2019
@k-kinzal k-kinzal modified the milestones: v0.3.0, v0.4.0 Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant