Skip to content

Commit 7d7e9e2

Browse files
authored
docs: add CLUSTER_DOMAIN documentation to env-variables.md (#2409)
Since it's only documented in the helm values file and not in this file.
1 parent 076a3af commit 7d7e9e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/env-variables.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ Operator behavior can be customized using environment variables in the `minio-op
1111
|OPERATOR_STS_ENABLED| This toggles the STS Service on or off | `on`, `off` | `on` |
1212
|OPERATOR_STS_AUTO_TLS_ENABLED| Env variable name to turn on and off generating the STS TLS certificate automatically using CSR. If it is disabled, you must provide a certificate issued externally | `on`, `off` | `on` |
1313
|WATCHED_NAMESPACE| The namespaces which the operator watches for MinIO tenants. Defaults to `""` for all namespaces. | | |
14-
|MINIO_OPERATOR_IMAGE| This variable controls the image of the minio instance's sidecar and validate-arguments. If not set, the mirrors of the minio instance's sidecar and validate-arguments use the operator's image. | "" | "" |
14+
|MINIO_OPERATOR_IMAGE| This variable controls the image of the minio instance's sidecar and validate-arguments. If not set, the mirrors of the minio instance's sidecar and validate-arguments use the operator's image. | "" | "" |
15+
|CLUSTER_DOMAIN| Controls the cluster name to use when "building" the full DNS name that the operator uses to access the tenant instances (for example for health checks). | "my-cluster.company.com" | "cluster.local" |

0 commit comments

Comments
 (0)