Last active
March 28, 2023 10:44
-
-
Save steevehook/9690e0410de1647c5bc34df8994eaa97 to your computer and use it in GitHub Desktop.
Revisions
-
steevehook revised this gist
Mar 28, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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/project-location/gameserver:r14843-r485-Shipping"}}' kubectl rollout restart deployment/session-manager -n dev -
steevehook revised this gist
Jan 21, 2023 . No changes.There are no files selected for viewing
-
steevehook created this gist
Jan 21, 2023 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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