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