mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[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:
committed by
GitHub
parent
47e3b77007
commit
c7dfa010c8
@@ -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
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user