diff --git a/test/minio/8.0.5/README.md b/test/minio/8.0.5/README.md index 21fa1da1bd5..96391b9d1a1 100755 --- a/test/minio/8.0.5/README.md +++ b/test/minio/8.0.5/README.md @@ -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` | diff --git a/test/minio/8.0.5/values.yaml b/test/minio/8.0.5/values.yaml index e13f903c322..281a46c2779 100644 --- a/test/minio/8.0.5/values.yaml +++ b/test/minio/8.0.5/values.yaml @@ -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