Skip to content

Commit d2c94a7

Browse files
committedOct 30, 2020
Remove name prefix from default kustomization
The name prefix is already present in the manager (operator) kustomization. Adding it here would produce doubly prefixed names e.g. rabbitmq-cluster-rabbitmq-cluster-operator
1 parent 7244faa commit d2c94a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

Diff for: ‎config/default/base/kustomization.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
99
kind: Kustomization
1010

1111
namespace: rabbitmq-system
12-
namePrefix: rabbitmq-cluster-
1312
resources:
1413
- ../../manager
1514
# [CERTMANAGER] Uncomment next line to enable cert-manager

0 commit comments

Comments
 (0)
Please sign in to comment.