|
1 |
| -# Copyright (c) 2018, 2023, Oracle and/or its affiliates. |
| 1 | +# Copyright (c) 2018, 2025, Oracle and/or its affiliates. |
2 | 2 | # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
|
3 | 3 |
|
4 | 4 | # serviceAccount specifies the name of the ServiceAccount in the operator's namespace that the
|
@@ -117,7 +117,7 @@ elasticSearchPort: 9200
|
117 | 117 | # This parameter is ignored if 'elkIntegrationEnabled' is false.
|
118 | 118 | elasticSearchProtocol: http
|
119 | 119 |
|
120 |
| -# createlogStashConfigMap specifies whether a ConfigMap named |
| 120 | +# createLogStashConfigMap specifies whether a ConfigMap named |
121 | 121 | # weblogic-operator-logstash-cm should be created during helm install.
|
122 | 122 | # The ConfigMap contains the Logstash pipeline configuration for the Logstash
|
123 | 123 | # container running in the operator pod.
|
@@ -263,14 +263,14 @@ clusterSizePaddingValidationEnabled: true
|
263 | 263 | # tokenReviewAuthentication, if set to true, specifies whether the operator's REST API should use
|
264 | 264 | # 1. Kubernetes token review API for authenticating users, and
|
265 | 265 | # 2. Kubernetes subject access review API for authorizing a user's operation (get, list,
|
266 |
| -# patch, etc) on a resource. |
| 266 | +# patch, etc.) on a resource. |
267 | 267 | # 3. Update the Domain resource using the operator's privileges.
|
268 | 268 | # This parameter, if set to false, will use the caller's bearer token for any update
|
269 | 269 | # to the Domain resource so that it is done using the caller's privileges.
|
270 | 270 | # The default value is false.
|
271 | 271 | #tokenReviewAuthentication: false
|
272 | 272 |
|
273 |
| -# runAsuser specifies the UID to run the operator and conversion webhook container processes. |
| 273 | +# runAsUser specifies the UID to run the operator and conversion webhook container processes. |
274 | 274 | # If not specified, it defaults to the user specified in the operator's container image.
|
275 | 275 | #runAsUser: 1000
|
276 | 276 |
|
|
0 commit comments