Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2427 from fluxcd/snap-simplify-kubeconfig-files
Browse files Browse the repository at this point in the history
Simplify the files included in kube-config in snapcraft.yaml
  • Loading branch information
Daniel Holbach authored Sep 10, 2019
2 parents 5d654cf + a153f66 commit 060023b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@ plugs:
kube-config:
interface: personal-files
read:
- $HOME/.kube/config
- $HOME/.minikube/client.key
- $HOME/.minikube/client.crt
- $HOME/.minikube/ca.crt
- $HOME/.kube
- $HOME/.minikube
- $HOME/.config/k3d # hard-coded $XDG_CONFIG_HOME for the common case

apps:
fluxctl:
Expand Down

0 comments on commit 060023b

Please sign in to comment.