Skip to content

Commit

Permalink
Docs updates based on peer review feedback, #1520
Browse files Browse the repository at this point in the history
  • Loading branch information
domiborges authored and ryanemerson committed Aug 16, 2023
1 parent 6fc0597 commit e0ee8d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Add labels and annotations to your {ispn_operator} subscription with the `spec.c

* Use the {openshift} Console.
+
. Navigate to **Operators** > **Installed Operators** > click the *{ispn_operator}*.
. Select **Edit Subscription** from the **Actions** menu.
. Navigate to **Operators** > **Installed Operators** > *{ispn_operator}*.
. From the *Actions* menu, select *Edit Subscription*.

.Labels and annotations with environment variables
[source,yaml,options="nowrap",subs=attributes+]
Expand Down
10 changes: 5 additions & 5 deletions documentation/asciidoc/topics/proc_defining_environment_var.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= Defining environment variables in the {ispn_operator} subscription

[role="_abstract"]
You can define environment variables in your {ispn_operator} subscription either when you create the subscription or by editing it later on.
You can define environment variables in your {ispn_operator} subscription either when you create or edit the subscription.

//Downstream content
ifdef::downstream[]
Expand Down Expand Up @@ -35,15 +35,15 @@ endif::downstream[]
include::yaml/env_var_subscription.yaml[]
----
+
For example, use `spec.config.env` field to set the local timezone:
For example, use the `spec.config.env` field to set the local time zone:
+
.subscription-{subscription_name}.yaml
[source,options="nowrap",subs=attributes+]
----
include::yaml/env_var_timezone.yaml[]
----

. Create a subscription for {ispn_operator}.
. Create a subscription for {ispn_operator}:
+
[source,options="nowrap",subs=attributes+]
----
Expand All @@ -69,6 +69,6 @@ include::yaml/env_var_timezone.yaml[]

//Downstream content
ifdef::downstream[]
* In the {openshift} Console, navigate to *Operators* > *Installed Operators* > click the *{ispn_operator}*.
Then select *Edit Subscription* from the *Actions* menu.
* In the {openshift} Console, navigate to *Operators* > *Installed Operators* > *{ispn_operator}*.
From the *Actions* menu, select *Edit Subscription*.
endif::downstream[]

0 comments on commit e0ee8d0

Please sign in to comment.