Skip to content

Edit kots advanced mode wording #9755

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions install/kots/manifests/kots-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,18 +343,18 @@ spec:
Add the domain only (eg, `gitpod.io`). Separate multiple domains with spaces.

- name: advanced
title: Advanced customizations (Expert Mode)
description: Use with care! Enable only when you know what you are doing!
title: Additional Options
description: Here are additional options that you should only make use of in coordination with us or when you know what you are doing.
items:
- name: advanced_mode_enabled
title: Enable advanced mode
title: Enable additional options
type: bool
default: "0"
help_text: Enables advanced customization options. Enable only when you know what you are doing!
help_text: Enables additional customization options. Enable only when you know what you are doing!

- name: config_patch
title: Gitpod config patch (YAML file)
type: file
required: false
when: '{{repl ConfigOptionEquals "advanced_mode_enabled" "1" }}'
help_text: A file with Gitpod config that will be used to patch the generated Gitpod config.
help_text: A file with Gitpod config that will be used to patch the generated Gitpod config. Usually provided by Gitpod as a way to tailor your installation.