Просмотр исходного кода

Remove fullnameOverride option

Waqar Ahmed 5 лет назад
Родитель
Сommit
f684d9f15a
2 измененных файлов с 0 добавлено и 10 удалено
  1. 0 2
      test/minio/8.0.5/README.md
  2. 0 8
      test/minio/8.0.5/values.yaml

+ 0 - 2
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`                   |

+ 0 - 8
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