Skip to content

Commit

Permalink
Fix templates for branch '3.3'.
Browse files Browse the repository at this point in the history
Image is not defined and it caused ImgErrorPullBackOff

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Sep 23, 2024
1 parent 0f7615d commit ba8bd3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openshift/templates/rails-postgresql-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"containers": [
{
"name": "${NAME}",
"image": " ",
"image": "${NAME}:latest",
"ports": [
{
"containerPort": 8080
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/rails-postgresql.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"containers": [
{
"name": "${NAME}",
"image": " ",
"image": "${NAME}:latest",
"ports": [
{
"containerPort": 8080
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/rails.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"containers": [
{
"name": "rails-example",
"image": " ",
"image": "${NAME}:latest",
"ports": [
{
"containerPort": 8080
Expand Down

0 comments on commit ba8bd3b

Please sign in to comment.