Remove fullnameOverride option
This commit is contained in:
parent
993b6e35bc
commit
f684d9f15a
|
@ -131,8 +131,6 @@ The following table lists the configurable parameters of the MinIO chart and the
|
|||
|
||||
| Parameter | Description | Default |
|
||||
|:-------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------|
|
||||
| `nameOverride` | Provide a name in place of `minio` | `""` |
|
||||
| `fullnameOverride` | Provide a name to substitute for the full names of resources | `""` |
|
||||
| `image.repository` | Image repository | `minio/minio` |
|
||||
| `image.tag` | MinIO image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/). | `RELEASE.2020-11-06T23-17-07Z` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
## Provide a name in place of minio for `app:` labels
|
||||
##
|
||||
nameOverride: ""
|
||||
|
||||
## Provide a name to substitute for the full names of resources
|
||||
##
|
||||
fullnameOverride: ""
|
||||
|
||||
## set kubernetes cluster domain where minio is running
|
||||
##
|
||||
clusterDomain: cluster.local
|
||||
|
|
Loading…
Reference in New Issue