mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
create static docs site with module options
This commit is contained in:
parent
e3127e8c14
commit
e75b801a31
24 changed files with 448 additions and 19 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ jq
|
||||
, kubectl
|
||||
, kubernetes-helm
|
||||
, nix
|
||||
, writeShellScriptBin
|
||||
,
|
||||
{
|
||||
jq,
|
||||
kubectl,
|
||||
kubernetes-helm,
|
||||
nix,
|
||||
writeShellScriptBin,
|
||||
}:
|
||||
writeShellScriptBin "kubenix" ''
|
||||
set -Eeuo pipefail
|
||||
|
|
@ -53,7 +53,7 @@ writeShellScriptBin "kubenix" ''
|
|||
render)
|
||||
cat $MANIFESTS;;
|
||||
*)
|
||||
${kubectl}/bin/kubectl $@ -f $MANIFESTS;;
|
||||
${kubectl}/bin/kubectl $@ -f $MANIFESTS || true;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue