Author: Chris Breaux
Updated: September 2024
Audience: Everyone
Environmental details: Jama Connect® Self-hosted, Replicated - KOTS
Summary
We may need to view or change configuration settings quickly (KOTS admin console). For example, we could back up the admin console settings and use them in a new installation/migration.
Solution
- View the config
kubectl kots get config jama-k8s -n default
- Save the config
kubectl kots get config jama-k8s -n default > copy_of_your_config.yaml
- Edit the config
vi copy_of_your_config.yaml
- Apply the edited config
kubectl kots set config jama-k8s -n default --config-file /path/to/copy_of_your_config.yaml
Related Articles, Work orders, Zendesk tickets, Defects, etc.
- get config at Replicated Docs
-
get Config - The
kots get config
command returns theconfigValues
file for an application.
Related to
Comments
0 comments
Article is closed for comments.