Skip to content

Commit

Permalink
Put clusterName in kustomize.yaml for the mariadb-operator.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
awfabian-rs committed Feb 14, 2024
1 parent a44a622 commit 2bb9f41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kustomize/mariadb-operator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ helmCharts:
repo: https://mariadb-operator.github.io/mariadb-operator
releaseName: mariadb-operator
valuesInline:
clusterName: cluster.local
webhook:
cert:
certManager:
Expand Down

0 comments on commit 2bb9f41

Please sign in to comment.