nuke snap builds for now...
parent
20e5492e81
commit
d0fd83f90f
|
|
@ -59,33 +59,33 @@ 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: false
|
||||
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"]
|
||||
# plugs: ["home", "network", "personal-files"]
|
||||
plugs:
|
||||
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: false
|
||||
# # 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"]
|
||||
# # plugs: ["home", "network", "personal-files"]
|
||||
# plugs:
|
||||
# personal-files:
|
||||
# read:
|
||||
# - $HOME/.kube
|
||||
Loading…
Reference in New Issue