forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gopass.yaml
36 lines (36 loc) · 1.27 KB
/
gopass.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: gopass
spec:
version: "v0.1.1"
platforms:
- selector:
matchExpressions:
- {key: os, operator: In, values: [darwin, linux]}
uri: https://github.com/gopasspw/kubectl-gopass/archive/v0.1.1.zip
sha256: "869eab528001789843ac428140149553d47bd8097c04348919cfcd23180c96d5"
files:
- from: kubectl-gopass-*/kubectl-gopass
to: .
- from: kubectl-gopass-*/LICENSE
to: kubectl-gopass.exe
bin: kubectl-gopass
- selector:
matchLabels:
os: windows
uri: https://github.com/gopasspw/kubectl-gopass/archive/v0.1.1.zip
sha256: "869eab528001789843ac428140149553d47bd8097c04348919cfcd23180c96d5"
files:
- from: kubectl-gopass-*/kubectl-gopass
to: kubectl-gopass.exe
- from: kubectl-gopass-*/LICENSE
to: kubectl-gopass.exe
bin: kubectl-gopass.exe
shortDescription: Imports secrets from gopass
homepage: https://github.com/gopasspw/kubectl-gopass
caveats: |
This plugin requires bash and gopass
description: |
This plugin allows applying and diffing secrets from gopass to kubernetes
and creating kubernetes secrets in gopass (https://www.gopass.pw/).