Skip to content

Instantly share code, notes, and snippets.

@tutsunom
Last active March 6, 2024 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tutsunom/09fe8e9d61bc19412b1004e5d34ee51d to your computer and use it in GitHub Desktop.
Save tutsunom/09fe8e9d61bc19412b1004e5d34ee51d to your computer and use it in GitHub Desktop.
OCP-V workshop Localization command
NS=$(oc get namespace -o custom-columns=":metadata.name" | grep bookbag)
oc patch -n $NS bc/bookbag --patch='{"spec":{"source":{"git":{"uri":"https://github.com/team-ohc-jp-place/roadshow_ocpvirt_instructions","ref":"main-jp"}}}}'
oc start-build bc/bookbag -n $NS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment