-
-
Save Tim-Schwalbe/de27642f3a3a4f6bad1ea5d2026dfcfa to your computer and use it in GitHub Desktop.
Copy K8S Secret from one Namespace to another
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl get secret wildcard-tls --namespace=prod -o yaml | sed 's/namespace: prod/namespace: monitoring/g' | kubectl create -f - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment