kubernetes: copy secret from one namespace to another

kubectl get secret SECRET-NAME --namespace=NS --export -o yaml |   kubectl apply --namespace=NS -f -

Comments

Popular Posts