From 2bb9f41c7830af6d0304add3007231a8fd22946a Mon Sep 17 00:00:00 2001 From: Adam Fabian Date: Wed, 14 Feb 2024 16:33:17 -0600 Subject: [PATCH] Put clusterName in kustomize.yaml for the mariadb-operator. The documentation currently has you ensure your servers have an FQDN, which might lead some people to to give their cluster a name besides the default cluster.local. If you don't put your actual cluster name here, you can't get the MariaDB stuff deployed, so I put in 'cluster.local' to suggest that it should get edited. --- kustomize/mariadb-operator/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kustomize/mariadb-operator/kustomization.yaml b/kustomize/mariadb-operator/kustomization.yaml index 3db47dee..6994b30f 100644 --- a/kustomize/mariadb-operator/kustomization.yaml +++ b/kustomize/mariadb-operator/kustomization.yaml @@ -6,6 +6,7 @@ helmCharts: repo: https://mariadb-operator.github.io/mariadb-operator releaseName: mariadb-operator valuesInline: + clusterName: cluster.local webhook: cert: certManager: