Skip to content

Commit 6956999

Browse files
committed
edits
1 parent 8c9f52c commit 6956999

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/partials/configValues/_requirements.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
The ConfigValues resource must meet the following requirements:
22
* Must be valid YAML.
3-
* Must list all configuration items that are defined in the corresponding Config resource in the release, except any items with the [`hidden`](/reference/custom-resource-config#hidden) or [`readonly`](/reference/custom-resource-config#readonly) properties set to true.
43
* It is not necessary to set a `value` for each configuration item in the ConfigValues, unless the item is [`required`](/reference/custom-resource-config#required) and has no [`default`](/reference/custom-resource-config#default) set.
54
* For each configuration item defined in the Config resource that has a [`default`](/reference/custom-resource-config#default) set, the ConfigValues must also list the default in the `default` property. Defaults are not automatically merged from the Config resource during installation.
65
* For any configuration items of type [`password`](/reference/custom-resource-config#password) defined in the Config resource, set the value in plain text in the ConfigValues [`valuePlainText`](/reference/custom-resource-configvalues#valueplaintext) property rather than in the `value` property. For example, `valuePlainText: somesecretvalue`. Values set in `valuePlainText` are automatically encrypted during installation.

docs/reference/custom-resource-configvalues.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ spec:
7676
value: T057KR02S
7777
slackernews_domain:
7878
value: hello.ingress.replicatedcluster.com
79+
slackernews_admin_user_emails:
80+
7981
service_type:
8082
value: node_port
8183
node_port_port:

0 commit comments

Comments
 (0)