Skip to content

Instantly share code, notes, and snippets.

View AlyRagab's full-sized avatar

Aly Ragab AlyRagab

  • Secureify.com
  • UAE - Dubai
View GitHub Profile
@AlyRagab
AlyRagab / gist:f5c30b6a3bc1c1454dbf83c059e3a079
Created October 12, 2019 01:50
Copy kubernetes secret resources to other namespace
kubectl get secrets -n old -o yaml | sed ‘s/namespace: old/namespace: new/’ | kubectl create -f -