Skip to content

Commit 8543358

Browse files
committed
Use shorter name prefix
1 parent a4e1520 commit 8543358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/default/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Adds namespace to all resources.
2-
namespace: kubernetes-minecraft-operator-system
2+
namespace: minecraft-operator-system
33

44
# Value of this field is prepended to the
55
# names of all resources, e.g. a deployment named
66
# "wordpress" becomes "alices-wordpress".
77
# Note that it should also match with the prefix (text before '-') of the namespace
88
# field above.
9-
namePrefix: kubernetes-minecraft-operator-
9+
namePrefix: minecraft-operator-
1010

1111
# Labels to add to all resources and selectors.
1212
#commonLabels:

0 commit comments

Comments
 (0)