Skip to content

Commit

Permalink
Update golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jan 14, 2022
1 parent d9be5c3 commit 41668bc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,14 @@
"key": "gitpod.io/workload_workspace_regular",
"operator": "Exists"
},
{
"key": "gitpod.io/ws-daemon_ready_ns_default",
"operator": "Exists"
},
{
"key": "gitpod.io/registry-facade_ready_ns_regular",
"operator": "Exists"
},
{
"key": "foobar",
"operator": "Exists"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@
{
"key": "gitpod.io/workload_workspace_regular",
"operator": "Exists"
},
{
"key": "gitpod.io/ws-daemon_ready_ns_default",
"operator": "Exists"
},
{
"key": "gitpod.io/registry-facade_ready_ns_regular",
"operator": "Exists"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,14 @@
{
"key": "gitpod.io/workload_workspace_headless",
"operator": "Exists"
},
{
"key": "gitpod.io/ws-daemon_ready_ns_default",
"operator": "Exists"
},
{
"key": "gitpod.io/registry-facade_ready_ns_headless",
"operator": "Exists"
}
]
}
Expand Down

0 comments on commit 41668bc

Please sign in to comment.