mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Support lens #137

Open mrlunchbox777 opened 4 months ago

mrlunchbox777 commented 4 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

Add lens to the managed packages

Why?

It's a useful general purpose management tool for k8s clusters

What should happen?

Lens should be a package in the index.json, it will likely have to be a "curl" package.

Covers this TODO.

Steps to Test

  1. jq '.packages[] | select(.name = "lens")' resources/install/index.json should return the details for managing the lens package

Code of Conduct