This commit is contained in:
parent
c457cda583
commit
cd1888acb6
@ -8,11 +8,11 @@ function kapply() {
|
|||||||
}; export -f kapply
|
}; export -f kapply
|
||||||
|
|
||||||
function kcreatesec() {
|
function kcreatesec() {
|
||||||
kapply <(kubectl create secret generic --dry-run=server -oyaml "$@")
|
kubectl apply <(kubectl create secret generic --dry-run=server -oyaml "$@")
|
||||||
}; export -f kcreatesec
|
}; export -f kcreatesec
|
||||||
|
|
||||||
function kcreatecm() {
|
function kcreatecm() {
|
||||||
kapply <(kubectl create secret configmap --dry-run=server -oyaml "$@")
|
kubectl apply <(kubectl create configmap --dry-run=server -oyaml "$@")
|
||||||
}; export -f kcreatecm
|
}; export -f kcreatecm
|
||||||
|
|
||||||
function kgseckey() {
|
function kgseckey() {
|
||||||
|
Loading…
Reference in New Issue
Block a user