Skip to content

Commit c8c4fdb

Browse files
committed
Incorporated Armel's final comments
1 parent 4b70443 commit c8c4fdb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/configuring/proc-using-the-operator-to-run-rhdh-with-your-custom-configuration.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
dynamicPluginsConfigMapName: dynamic-plugins-rhdh
6464
extraEnvs:
6565
secrets:
66-
- name: `_<my_product_secrets>_`
66+
- name: _<my_product_secrets>_
6767
- name: {my-product-database-secrets}
6868
extraFiles:
6969
mountPath: /opt/app-root/src
@@ -72,10 +72,10 @@ spec:
7272
key: postgres-crt.pem, postgres-ca.pem, postgres-key.key
7373
route:
7474
enabled: true
75-
deployment:
76-
patch:
77-
spec:
78-
replicas: 1
75+
deployment:
76+
patch:
77+
spec:
78+
replicas: 1
7979
database:
8080
enableLocalDb: false
8181
----
@@ -150,7 +150,7 @@ spec:
150150
application:
151151
extraEnvs:
152152
secrets:
153-
- name: `_<my_product_secrets>_`
153+
- name: _<my_product_secrets>_
154154
----
155155
====
156156
+
@@ -162,7 +162,7 @@ spec:
162162
application:
163163
extraEnvs:
164164
secrets:
165-
- name: `_<my_product_secrets>_`
165+
- name: _<my_product_secrets>_
166166
- name: {my-product-database-secrets}
167167
----
168168
====

0 commit comments

Comments
 (0)