feat: Dan Pollock’s hosts file #5

Merged
ange merged 12 commits from devel into staging 2024-12-23 03:04:53 +00:00
Showing only changes of commit 33d6a9c1cc - Show all commits

View File

@ -8,11 +8,11 @@ function kapply() {
}; export -f kapply
function kcreatesec() {
kubectl create secret generic --dry-run=client -oyaml "$@" | kubectl replace
kubectl create secret generic --dry-run=client -oyaml "$@" | kubectl replace -f-
}; export -f kcreatesec
function kcreatecm() {
kubectl create configmap --dry-run=client -oyaml "$@" | kubectl replace
kubectl create configmap --dry-run=client -oyaml "$@" | kubectl replace -f-
}; export -f kcreatecm
function kgseckey() {