-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy path.krew.yaml
24 lines (24 loc) · 924 Bytes
/
.krew.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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: advise-psp
spec:
version: {{ .TagName }}
homepage: https://github.com/sysdiglabs/kube-psp-advisor
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/sysdiglabs/kube-psp-advisor/releases/download/{{ .TagName }}/kube-psp-advisor_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
bin: kubectl-advise-psp
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/sysdiglabs/kube-psp-advisor/releases/download/{{ .TagName }}/kube-psp-advisor_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
bin: kubectl-advise-psp
shortDescription: Suggests PodSecurityPolicies for cluster.
description: |
Suggests PSPs based on the required capabilities of the currently running
workloads or a given manifest.