Skip to content

Commit

Permalink
axe snap
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Jul 20, 2019
1 parent 147a646 commit 9976438
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,32 +59,32 @@ brew:
system "k9s version"
# Snapcraft
snapcraft:
name: k9s
summary: K9s is a CLI to view and manage your Kubernetes clusters.
description: |
K9s is a CLI to view and manage your Kubernetes clusters.
By leveraging a terminal UI, you can easily traverse Kubernetes resources
and view the state of you clusters in a single powerful session.
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
publish: true
replacements:
amd64: 64-bit
386: 32-bit
darwin: macOS
linux: Tux
bit: Arm
bitv6: Arm6
bitv7: Arm7
# grade: devel
# confinement: devmode
grade: stable
confinement: strict
apps:
k9s:
plugs: ["home", "network", "kube-config"]
plugs:
kube-config:
interface: personal-files
read:
- $HOME/.kube
# snapcraft:
# name: k9s
# summary: K9s is a CLI to view and manage your Kubernetes clusters.
# description: |
# K9s is a CLI to view and manage your Kubernetes clusters.
# By leveraging a terminal UI, you can easily traverse Kubernetes resources
# and view the state of you clusters in a single powerful session.
# name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
# publish: true
# replacements:
# amd64: 64-bit
# 386: 32-bit
# darwin: macOS
# linux: Tux
# bit: Arm
# bitv6: Arm6
# bitv7: Arm7
# # grade: devel
# # confinement: devmode
# grade: stable
# confinement: strict
# apps:
# k9s:
# plugs: ["home", "network", "kube-config"]
# plugs:
# kube-config:
# interface: personal-files
# read:
# - $HOME/.kube

0 comments on commit 9976438

Please sign in to comment.