Skip to content

Commit

Permalink
Use shorter name prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLaverack committed Jul 24, 2022
1 parent a4e1520 commit 8543358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Adds namespace to all resources.
namespace: kubernetes-minecraft-operator-system
namespace: minecraft-operator-system

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

# Labels to add to all resources and selectors.
#commonLabels:
Expand Down

0 comments on commit 8543358

Please sign in to comment.