6. Configuration#

This section collects various topics about the configuration of Nubus for Kubernetes.

6.1. Available configurations#

6.2. Apply configuration#

In many sections you come to the point where you need to apply the changes to Nubus for Kubernetes. This step is the same for most of them. To reduce duplicate content, you find the needed steps here. The affected sections refer back here.

To apply the updated configuration from the values file, use the following steps:

  1. Set environment variables for the Helm command. Use the commands in Listing 3.3.

  2. To upgrade your Nubus deployment, run the command in Listing 6.20.

    Listing 6.20 Apply configuration changes from values file#
    $ helm upgrade "$RELEASE_NAME" \
       --namespace "$NAMESPACE_FOR_NUBUS" \
       --values custom_values.yaml \
       --version "$VERSION" \
       oci://artifacts.software-univention.de/nubus/charts/nubus