Skip to content

Commit

Permalink
feat: add LICENSE in krew plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mateimicu committed Jul 19, 2022
1 parent 1d9a19b commit 75cc932
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
files:
- from: "kdiscover"
to: "kubectl-discover"
- from: "LICENSE"
to: "."
- selector:
matchLabels:
os: darwin
Expand All @@ -29,6 +31,8 @@ spec:
files:
- from: "kdiscover"
to: "kubectl-discover"
- from: "LICENSE"
to: "."
# Linux
- selector:
matchLabels:
Expand All @@ -39,6 +43,8 @@ spec:
files:
- from: "kdiscover"
to: "kubectl-discover"
- from: "LICENSE"
to: "."
- selector:
matchLabels:
os: linux
Expand All @@ -48,6 +54,8 @@ spec:
files:
- from: "kdiscover"
to: "kubectl-discover"
- from: "LICENSE"
to: "."
- selector:
matchLabels:
os: linux
Expand All @@ -57,6 +65,8 @@ spec:
files:
- from: "kdiscover"
to: "kubectl-discover"
- from: "LICENSE"
to: "."
# Windows
- selector:
matchLabels:
Expand All @@ -67,6 +77,8 @@ spec:
files:
- from: "kdiscover.exe"
to: "kubectl-discover.exe"
- from: "LICENSE"
to: "."
- selector:
matchLabels:
os: windows
Expand All @@ -76,6 +88,8 @@ spec:
files:
- from: "kdiscover.exe"
to: "kubectl-discover.exe"
- from: "LICENSE"
to: "."
- selector:
matchLabels:
os: windows
Expand All @@ -85,3 +99,5 @@ spec:
files:
- from: "kdiscover.exe"
to: "kubectl-discover.exe"
- from: "LICENSE"
to: "."

0 comments on commit 75cc932

Please sign in to comment.