Skip to content

Commit

Permalink
add LICENSE copying to krew manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
pabateman committed Mar 6, 2022
1 parent 51a73a7 commit 244dacc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .krew/nsenter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ spec:
files:
- from: kubectl-nsenter-linux-amd64
to: kubectl-nsenter
- from: LICENSE
to: .
- selector:
matchLabels:
os: darwin
Expand All @@ -31,6 +33,8 @@ spec:
files:
- from: kubectl-nsenter-darwin-amd64
to: kubectl-nsenter
- from: LICENSE
to: .
- selector:
matchLabels:
os: darwin
Expand All @@ -41,3 +45,5 @@ spec:
files:
- from: kubectl-nsenter-darwin-arm64
to: kubectl-nsenter
- from: LICENSE
to: .

0 comments on commit 244dacc

Please sign in to comment.