DKP Kommander Configuration Reference
Configuration Parameters
This page contains the configuration parameters for the Kommander component of DKP.
For additional information about configuring the Kommander component of DKP during initial installation, see Kommander Customizations.
Parameter | Description | Default Value |
---|---|---|
apps | List of platform applications that will be installed on the management cluster. |
NONE
|
ageEncryptionSecretName | Defines the name of the secret to store the Age encryption in. |
|
clusterHostName | Allows users to provide a hostname that is used for accessing the cluster's ingresses. | |
Allows users to provide a custom certificate that's used for TLS in the cluster's ingresses. | ||
acme | Enable automatic ingress certificate management via ACME. | |
appManagementImageTag | Specifies image tag of the AppManagement container. | |
appManagementImageRepository | Specifies the image repository of AppManagement container | |
appManagementKubetoolsImageRepository | Specifies the image repository of AppManagement Kubetools container | |
kommanderChartsVersion | Specifies DKP Kommander Helm chart version. | |
Specifies parameters for an airgapped environment. | ||
catalog | Specifies parameters for installing default catalog repositories. For additional information, see Enable DKP Catalog Applications after Installing DKP. |
AppConfig
Parameter | Description | Default Value |
---|---|---|
enabled | Denotes whether the specific app should be deployed or not. The | false |
valuesFrom | File path containing the values that are passed onto the application's This a Helm values files for all applications at the moment. The path in this field must either be a relative file location which is then interpreted to be relative to the location of the configuration file or an absolute path. Only one of | |
values | Contains the values that are passed to the the application's Only one of |
IngressCertificate
Parameter | Description | Default Value |
---|---|---|
certificate | The path to a certificate PEM file. | |
private_key | The path to the certificate’s private key (PEM). | |
ca | The path to the certificate’s CA bundle; a PEM file containing root and intermediate certificates. |
Airgapped
Parameter | Description | Default Value |
---|---|---|
enabled | Specifies if installation happens in an air-gapped environment. | |
helmMirrorImageTag | Specifies an image tag of Helm-mirror container. | |
helmMirrorImageRepository | Specifies image repository of Helm-mirror container. |