Skip to content

Commit

Permalink
Update krew template to reflect what's in krew-index (#1661)
Browse files Browse the repository at this point in the history
The template used in https://github.com/kubernetes-sigs/krew-index is different from the one created here. As there's additional checks for the generated 'kudo.yaml' in the krew-index project, we should consider that version canonical. The template has been updated accordingly.

Signed-off-by: Jan Schlicht <jan@d2iq.com>
  • Loading branch information
Jan Schlicht committed Aug 27, 2020
1 parent 89df414 commit 506cebb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hack/generate_krew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ spec:
your applications, give your users the tools they need to operate it, and
understand how it's behaving in their environments — all without a PhD in
Kubernetes.
caveats: |
Requires the KUDO controller to be installed:
kubectl kudo init
Example usage:
Install kafka:
kubectl kudo install kafka
List installed operator instances:
kubectl kudo get instances
See the documentation for more information: https://kudo.dev/docs/
caveats: |
Requires the KUDO controller to be installed:
kubectl kudo init
platforms:
EOF

Expand Down

0 comments on commit 506cebb

Please sign in to comment.