Skip to content

pass Kubeconfig to Catalyst in the Helm chart

Jaime Nuche requested to merge kubeconfig into main

Inject the K8s configuration using an initContainer that places the config file in the filesystem using a volume. Then the main container gets pointed to it via the K8S_CONFIG_PATH env var

Merge request reports