Skip to main content

get config

The kots get config command returns the configValues file for an application.

Usage

kubectl kots get config [flags]
  • Provide [flags] according to the table below
FlagTypeDescription
--appslugstringThe application slug of the application for which the configValues file is retrieved. Required when more than one application is deployed. Your software vendor provides the application slug. For more information, see Get the Application Slug in Managing Applications.
--sequenceintThe application sequence for which the configValues file is retrieved. Default: latest.
--decryptboolDecrypts password items within the configuration.
-h, --helpHelp for get config.
-n, --namespacestring(Required) The namespace where the admin console is running.

Example

kubectl kots get config -n default --sequence 5 --appslug myapp