remove resource specificity from tagline

This commit is contained in:
Bryton Hall 2022-08-28 15:27:18 -04:00
parent e75b801a31
commit d24c6d0f35
3 changed files with 3 additions and 3 deletions

View file

@ -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"/>

View file

@ -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";

View file

@ -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