Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Prerequisites

Preparations

Secrets for the TLS certificate and credentials for the image registry

Create a file named “tls-secret.yaml”, using this template:

...

Code Block
sudo kubectl apply -f regcred-secret.yaml -n cdcm

Add the chart repo

Code Block
sudo helm repo add cdcm https://repo.secure.mid.de/chartrepo/cdcm --username <user> --password <password> && sudo helm repo update

Customize values file

Create a file “values.yaml”, using this template

...

Expand
titleAll environment variables are explained here

Insert excerpt
Environment variables
Environment variables
nopaneltrue

Install CDCM

Code Block
helm upgrade --install --timeout 1m0s cdcm cdcm/cdcm -f values.yaml --version 1.0.6 -n cdcm --create-namespace --debug

Watch Deployment (in a new Session)

Open a second session on the server and enter the following command:

...