Skip to content

Instantly share code, notes, and snippets.

View NicoWde's full-sized avatar

Nico Wunder NicoWde

View GitHub Profile
@NicoWde
NicoWde / openshift-cheatsheet.md
Created August 19, 2021 07:50 — forked from rafaeltuelho/openshift-cheatsheet.md
My Openshift Cheatsheet

My Openshift Cheatsheet

Openshift build secrets for cloning git repos using SSH Keys

  • To create ssh secret:
oc create secret generic sshsecret \
    --from-file=ssh-privatekey=$HOME/.ssh/id_rsa