dimos_varounis

Mission Specialist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2022
11:20 AM
- 1,384 Views
DO288 Helm values.yaml
Hello,
I am taking DO288 and I would like to ask what is the purpose of the following structure in the values.yaml in Helm LAB https://rol.redhat.com/rol/app/courses/do288-4.6/pages/ch06s04:
mariadb: auth: username: quotes
password: quotespwd
database: quotesdb
primary:
podSecurityContext:
enabled: false
containerSecurityContext:
enabled: false
To me it seems that the env variables in values.yaml are adequate for building the mariadb app.
Is there any documentation on this?
1 Reply
Ralf-H

Cadet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2022
09:22 PM
- 1,209 Views
Hi,
these are the parameters that are passed from values.yaml to the mariadb helm chart that is defined as dependency in this lab.
You can check here for all possible parameters: https://github.com/bitnami/charts/tree/master/bitnami/mariadb#mariadb-common-parameters
The env variables in values.yaml are used by the app to connect to mariadb.
Best regards, Ralf
Join the discussion
You must log in to join this conversation.