[bitnami/several] Add extraDeploy feature to the pending charts (#8164)

Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2021-11-17 08:26:03 +01:00
committed by GitHub
parent 41f84badac
commit d812a243cb
64 changed files with 152 additions and 27 deletions

View File

@@ -30,4 +30,4 @@ sources:
- https://github.com/metallb/metallb
- https://github.com/bitnami/bitnami-docker-metallb
- https://metallb.universe.tf
version: 2.5.10
version: 2.5.11

View File

@@ -63,6 +63,7 @@ The command removes all the Kubernetes components associated with the chart and
| `fullnameOverride` | String to fully override metallb.fullname template | `""` |
| `commonLabels` | Add labels to all the deployed resources | `{}` |
| `commonAnnotations` | Add annotations to all the deployed resources | `{}` |
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
### MetalLB parameters

View File

@@ -0,0 +1,4 @@
{{- range .Values.extraDeploy }}
---
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
{{- end }}

View File

@@ -28,6 +28,9 @@ commonLabels: {}
## @param commonAnnotations Add annotations to all the deployed resources
##
commonAnnotations: {}
## @param extraDeploy Array of extra objects to deploy with the release
##
extraDeploy: []
## @section MetalLB parameters