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

Commit

Permalink
Change snap confinement to classic
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Holbach committed Dec 10, 2019
1 parent e7568b2 commit 0f89efc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ summary: fluxctl talks to Flux and helps you deploy your code
description: |
fluxctl talks to your Flux instance and exposes all its
functionality to an easy to use command line interface.
confinement: strict
confinement: classic
adopt-info: fluxctl
base: core18

Expand Down Expand Up @@ -54,18 +54,9 @@ parts:
bin/fluxctl: bin/fluxctl.real
after: [launcher]

plugs:
kube-config:
interface: personal-files
read:
- $HOME/.kube
- $HOME/.minikube
- $HOME/.config/k3d # hard-coded $XDG_CONFIG_HOME for the common case

apps:
fluxctl:
command: bin/fluxctl-launch
plugs:
- kube-config
- network
- network-bind

0 comments on commit 0f89efc

Please sign in to comment.