You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/configuring/proc-using-the-operator-to-run-rhdh-with-your-custom-configuration.adoc
+21-12Lines changed: 21 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,10 +75,18 @@ spec:
75
75
----
76
76
====
77
77
78
-
spec.application.appConfig.configMaps::
78
+
Mandatory fields::
79
+
80
+
No fields are mandatory.
81
+
You can create an empty {product-custom-resource-type} custom resource
82
+
and run {product-short} with the default configuration.
83
+
84
+
Optional fields::
85
+
86
+
`spec.application.appConfig.configMaps`:::
79
87
Enter your config map name list.
80
88
+
81
-
.Register the `{my-app-config-config-map}` config map.
89
+
.Mount files in the `{my-app-config-config-map}` config map.
82
90
====
83
91
[source,yaml,subs="+attributes,+quotes"]
84
92
----
@@ -91,7 +99,7 @@ spec:
91
99
----
92
100
====
93
101
+
94
-
.Register the `{my-app-config-config-map}` and `rbac-policies` config maps.
102
+
.Mount files in the `{my-app-config-config-map}` and `rbac-policies` config maps.
95
103
====
96
104
[source,yaml,subs="+attributes,+quotes"]
97
105
----
@@ -104,10 +112,11 @@ spec:
104
112
- name: rbac-policies
105
113
----
106
114
====
107
-
spec.application.extraEnvs.envs::
115
+
116
+
`spec.application.extraEnvs.envs`:::
108
117
Optionally, enter your additional environment variables that are not secrets, such as xref:proc-configuring-proxy-in-operator-deployment_running-behind-a-proxy[your proxy environment variables].
109
118
+
110
-
.Register your `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables.
119
+
.Inject your `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables.
111
120
====
112
121
[source,yaml,subs="+attributes,+quotes"]
113
122
----
@@ -124,10 +133,10 @@ spec:
124
133
----
125
134
====
126
135
127
-
spec.application.extraEnvs.secrets::
136
+
`spec.application.extraEnvs.secrets`:::
128
137
Enter your environment variables secret name list.
129
138
+
130
-
.Register the `{my-product-secrets}` secret
139
+
.Inject the environment variables in your `{my-product-secrets}` secret
131
140
====
132
141
[source,yaml,subs="+attributes,+quotes"]
133
142
----
@@ -139,7 +148,7 @@ spec:
139
148
----
140
149
====
141
150
+
142
-
.Register the `{my-product-secrets}` and `{my-product-database-secrets}` secrets
151
+
.Inject the envvironment variables in the `{my-product-secrets}` and `{my-product-database-secrets}` secrets
143
152
====
144
153
[source,yaml,subs="+attributes,+quotes"]
145
154
----
@@ -152,10 +161,10 @@ spec:
152
161
----
153
162
====
154
163
155
-
spec.application.extraFiles.secrets::
164
+
`spec.application.extraFiles.secrets`:::
156
165
Enter your certificates files secret name and files list.
157
166
+
158
-
.Register the `{my-product-database-certificates-secrets}` secret containing the `postgres-crt.pem`, `postgres-ca.pem`, and `postgres-key.key` files
167
+
.Mount the `postgres-crt.pem`, `postgres-ca.pem`, and `postgres-key.key` files contained in the `{my-product-database-certificates-secrets}` secret
0 commit comments