Skip to content

Instantly share code, notes, and snippets.

@discosultan
Last active February 15, 2019 12:18
Show Gist options
  • Save discosultan/e16c5b5cda99633675ce0cb9e476a51a to your computer and use it in GitHub Desktop.
Save discosultan/e16c5b5cda99633675ce0cb9e476a51a to your computer and use it in GitHub Desktop.
Copy k8s secret from one namespace to another
kubectl get secret bigquery --namespace=default --export -o yaml | kubectl apply --namespace=monitoring -f -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment