Skip to content

Commit

Permalink
test(shulker-operator): fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln committed Oct 28, 2023
1 parent e4f8d17 commit b1351ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
template:
metadata:
annotations:
kubectl.kubernetes.io/default-exec-container: minecraft-server
minecraftserver.shulkermc.io/tags: lobby
labels:
app.kubernetes.io/component: minecraft-server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
template:
metadata:
annotations:
kubectl.kubernetes.io/default-exec-container: minecraft-server
minecraftserver.shulkermc.io/tags: lobby
test-annotation/shulkermc.io: my-value
labels:
Expand All @@ -47,6 +48,7 @@ spec:
template:
metadata:
annotations:
kubectl.kubernetes.io/default-exec-container: minecraft-server
minecraftserver.shulkermc.io/tags: lobby
labels:
app.kubernetes.io/component: minecraft-server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
template:
metadata:
annotations:
kubectl.kubernetes.io/default-exec-container: proxy
test-annotation/shulkermc.io: my-value
labels:
app.kubernetes.io/component: proxy
Expand All @@ -46,6 +47,7 @@ spec:
template:
metadata:
annotations:
kubectl.kubernetes.io/default-exec-container: proxy
test-annotation/shulkermc.io: my-value
labels:
app.kubernetes.io/component: proxy
Expand Down

0 comments on commit b1351ec

Please sign in to comment.