mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
* [bitnami/*] Migrate VIB's runtime_params to independent file Signed-off-by: FraPazGal <fdepaz@vmware.com> * Adapt several test suites to use standarised runtime_params file Signed-off-by: FraPazGal <fdepaz@vmware.com> * Update testing doc Signed-off-by: FraPazGal <fdepaz@vmware.com> * Apply suggestions from code review Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com> Signed-off-by: Francisco de Paz Galan <fdepaz@vmware.com> * Fix migration issues for assets using multiple Goss actions Signed-off-by: FraPazGal <fdepaz@vmware.com> * Fix migration issues with assets using the goss-wait directive Signed-off-by: FraPazGal <fdepaz@vmware.com> * Fix quoting-related issues Signed-off-by: FraPazGal <fdepaz@vmware.com> --------- Signed-off-by: FraPazGal <fdepaz@vmware.com> Signed-off-by: Francisco de Paz Galan <fdepaz@vmware.com> Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
15 lines
274 B
YAML
15 lines
274 B
YAML
installCRDs: true
|
|
controller:
|
|
podSecurityContext:
|
|
enabled: true
|
|
fsGroup: 1002
|
|
containerSecurityContext:
|
|
enabled: true
|
|
runAsUser: 1002
|
|
serviceAccount:
|
|
create: true
|
|
automountServiceAccountToken: true
|
|
webhook:
|
|
httpsPort: 443
|
|
rbac:
|
|
create: true |