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?
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
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.