Skip to content

Instantly share code, notes, and snippets.

@steevehook
Last active March 28, 2023 10:44
Show Gist options
  • Save steevehook/9690e0410de1647c5bc34df8994eaa97 to your computer and use it in GitHub Desktop.
Save steevehook/9690e0410de1647c5bc34df8994eaa97 to your computer and use it in GitHub Desktop.

Revisions

  1. steevehook revised this gist Mar 28, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion edit_cm.sh
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    kubectl patch configmap session-manager-image-config -n dev -p '{"data":{"GS_AGONES_IMAGE":"eu.gcr.io/rennsport-development-1/gameserver:r14843-r485-Shipping"}}'
    kubectl patch configmap session-manager-image-config -n dev -p '{"data":{"GS_AGONES_IMAGE":"eu.gcr.io/project-location/gameserver:r14843-r485-Shipping"}}'
    kubectl rollout restart deployment/session-manager -n dev
  2. steevehook revised this gist Jan 21, 2023. No changes.
  3. steevehook created this gist Jan 21, 2023.
    2 changes: 2 additions & 0 deletions edit_cm.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    kubectl patch configmap session-manager-image-config -n dev -p '{"data":{"GS_AGONES_IMAGE":"eu.gcr.io/rennsport-development-1/gameserver:r14843-r485-Shipping"}}'
    kubectl rollout restart deployment/session-manager -n dev