Browse Source

chore: remove unused values from chart (#5334)

Signed-off-by: Rodrigo Kellermann <kellermann@gmail.com>
Co-authored-by: Gergely Brautigam <skarlso777@gmail.com>
Rodrigo Kellermann 5 months ago
parent
commit
ffe8fe8269

+ 0 - 5
deploy/charts/external-secrets/README.md

@@ -45,7 +45,6 @@ The command removes all the Kubernetes components associated with the chart and
 | certController.extraInitContainers | list | `[]` |  |
 | certController.extraVolumeMounts | list | `[]` |  |
 | certController.extraVolumes | list | `[]` |  |
-| certController.fullnameOverride | string | `""` |  |
 | certController.hostNetwork | bool | `false` | Run the certController on the host network |
 | certController.image.flavour | string | `""` |  |
 | certController.image.pullPolicy | string | `"IfNotPresent"` |  |
@@ -57,7 +56,6 @@ The command removes all the Kubernetes components associated with the chart and
 | certController.metrics.service.annotations | object | `{}` | Additional service annotations |
 | certController.metrics.service.enabled | bool | `false` | Enable if you use another monitoring tool than Prometheus to scrape the metrics |
 | certController.metrics.service.port | int | `8080` | Metrics service port to scrape |
-| certController.nameOverride | string | `""` |  |
 | certController.nodeSelector | object | `{}` |  |
 | certController.podAnnotations | object | `{}` | Annotations to add to Pod |
 | certController.podDisruptionBudget | object | `{"enabled":false,"minAvailable":1,"nameOverride":""}` | Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ |
@@ -222,7 +220,6 @@ The command removes all the Kubernetes components associated with the chart and
 | webhook.extraVolumeMounts | list | `[]` |  |
 | webhook.extraVolumes | list | `[]` |  |
 | webhook.failurePolicy | string | `"Fail"` | Specifies whether validating webhooks should be created with failurePolicy: Fail or Ignore |
-| webhook.fullnameOverride | string | `""` |  |
 | webhook.hostNetwork | bool | `false` | Specifies if webhook pod should use hostNetwork or not. |
 | webhook.image.flavour | string | `""` | The flavour of tag you want to use |
 | webhook.image.pullPolicy | string | `"IfNotPresent"` |  |
@@ -235,7 +232,6 @@ The command removes all the Kubernetes components associated with the chart and
 | webhook.metrics.service.annotations | object | `{}` | Additional service annotations |
 | webhook.metrics.service.enabled | bool | `false` | Enable if you use another monitoring tool than Prometheus to scrape the metrics |
 | webhook.metrics.service.port | int | `8080` | Metrics service port to scrape |
-| webhook.nameOverride | string | `""` |  |
 | webhook.nodeSelector | object | `{}` |  |
 | webhook.podAnnotations | object | `{}` | Annotations to add to Pod |
 | webhook.podDisruptionBudget | object | `{"enabled":false,"minAvailable":1,"nameOverride":""}` | Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ |
@@ -243,7 +239,6 @@ The command removes all the Kubernetes components associated with the chart and
 | webhook.podSecurityContext.enabled | bool | `true` |  |
 | webhook.port | int | `10250` | The port the webhook will listen to |
 | webhook.priorityClassName | string | `""` | Pod priority class name. |
-| webhook.rbac.create | bool | `true` | Specifies whether role and rolebinding resources should be created. |
 | webhook.readinessProbe.address | string | `""` | Address for readiness probe |
 | webhook.readinessProbe.port | int | `8081` | ReadinessProbe port for kubelet |
 | webhook.replicaCount | int | `1` |  |

+ 0 - 20
deploy/charts/external-secrets/values.schema.json

@@ -43,9 +43,6 @@
                 "extraVolumes": {
                     "type": "array"
                 },
-                "fullnameOverride": {
-                    "type": "string"
-                },
                 "hostNetwork": {
                     "type": "boolean"
                 },
@@ -107,9 +104,6 @@
                         }
                     }
                 },
-                "nameOverride": {
-                    "type": "string"
-                },
                 "nodeSelector": {
                     "type": "object"
                 },
@@ -827,9 +821,6 @@
                 "failurePolicy": {
                     "type": "string"
                 },
-                "fullnameOverride": {
-                    "type": "string"
-                },
                 "hostNetwork": {
                     "type": "boolean"
                 },
@@ -894,9 +885,6 @@
                         }
                     }
                 },
-                "nameOverride": {
-                    "type": "string"
-                },
                 "nodeSelector": {
                     "type": "object"
                 },
@@ -937,14 +925,6 @@
                 "priorityClassName": {
                     "type": "string"
                 },
-                "rbac": {
-                    "type": "object",
-                    "properties": {
-                        "create": {
-                            "type": "boolean"
-                        }
-                    }
-                },
                 "readinessProbe": {
                     "type": "object",
                     "properties": {

+ 0 - 7
deploy/charts/external-secrets/values.yaml

@@ -371,13 +371,8 @@ webhook:
     # -- The flavour of tag you want to use
     flavour: ""
   imagePullSecrets: []
-  nameOverride: ""
-  fullnameOverride: ""
   # -- The port the webhook will listen to
   port: 10250
-  rbac:
-  # -- Specifies whether role and rolebinding resources should be created.
-    create: true
   serviceAccount:
     # -- Specifies whether a service account should be created.
     create: true
@@ -552,8 +547,6 @@ certController:
     tag: ""
     flavour: ""
   imagePullSecrets: []
-  nameOverride: ""
-  fullnameOverride: ""
   rbac:
   # -- Specifies whether role and rolebinding resources should be created.
     create: true