mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
remove resource specificity from tagline
This commit is contained in:
parent
e75b801a31
commit
d24c6d0f35
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# kubenix
|
# kubenix
|
||||||
|
|
||||||
Kubernetes resource management with Nix
|
Kubernetes management with Nix
|
||||||
|
|
||||||
<p align="center" style="margin: 2em auto;">
|
<p align="center" style="margin: 2em auto;">
|
||||||
<img src="./docs/static/logo.svg" alt="nixos logo in kubernetes blue" width="350"/>
|
<img src="./docs/static/logo.svg" alt="nixos logo in kubernetes blue" width="350"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "Kubernetes resource management with nix";
|
description = "Kubernetes management with nix";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ writeShellScriptBin "kubenix" ''
|
||||||
|
|
||||||
function _help() {
|
function _help() {
|
||||||
echo "
|
echo "
|
||||||
kubenix - Kubernetes resource management with Nix
|
kubenix - Kubernetes management with Nix
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
apply - create resources in target cluster
|
apply - create resources in target cluster
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue