cancel
Showing results for 
Search instead for 
Did you mean: 
  • 835 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?

Labels (1)
0 Kudos
1 Reply
Ralf-H
Cadet
Cadet
  • 660 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.