[bitnami/sonarqube] fix: 🐛 Use proper type for sidecars and init containers (#10758)

* [bitnami/sonarqube] fix: 🐛 Use proper type for sidecars and init containers

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Javier J. Salmerón-García
2022-06-14 20:10:59 +02:00
committed by GitHub
parent 47e3b77007
commit c7dfa010c8
3 changed files with 42 additions and 42 deletions

View File

@@ -345,7 +345,7 @@ extraVolumeMounts: []
## - name: portname
## containerPort: 1234
##
sidecars: {}
sidecars: []
## @param initContainers Add additional init containers to the SonarQube pod(s)
## ref: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
## e.g:
@@ -355,7 +355,7 @@ sidecars: {}
## imagePullPolicy: Always
## command: ['sh', '-c', 'echo "hello world"']
##
initContainers: {}
initContainers: []
## @section Traffic Exposure Parameters
##