mine
derailed 2019-07-19 20:39:09 -06:00
parent 147a646e6a
commit 997643858d
1 changed files with 29 additions and 29 deletions

View File

@ -59,32 +59,32 @@ brew:
system "k9s version" system "k9s version"
# Snapcraft # Snapcraft
snapcraft: # snapcraft:
name: k9s # name: k9s
summary: K9s is a CLI to view and manage your Kubernetes clusters. # summary: K9s is a CLI to view and manage your Kubernetes clusters.
description: | # description: |
K9s is a CLI to view and manage your Kubernetes clusters. # K9s is a CLI to view and manage your Kubernetes clusters.
By leveraging a terminal UI, you can easily traverse Kubernetes resources # By leveraging a terminal UI, you can easily traverse Kubernetes resources
and view the state of you clusters in a single powerful session. # and view the state of you clusters in a single powerful session.
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" # name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
publish: true # publish: true
replacements: # replacements:
amd64: 64-bit # amd64: 64-bit
386: 32-bit # 386: 32-bit
darwin: macOS # darwin: macOS
linux: Tux # linux: Tux
bit: Arm # bit: Arm
bitv6: Arm6 # bitv6: Arm6
bitv7: Arm7 # bitv7: Arm7
# grade: devel # # grade: devel
# confinement: devmode # # confinement: devmode
grade: stable # grade: stable
confinement: strict # confinement: strict
apps: # apps:
k9s: # k9s:
plugs: ["home", "network", "kube-config"] # plugs: ["home", "network", "kube-config"]
plugs: # plugs:
kube-config: # kube-config:
interface: personal-files # interface: personal-files
read: # read:
- $HOME/.kube # - $HOME/.kube