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: charts/k6-operator/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Kubernetes: `>=1.16.0-0`
32
32
| global.image.pullSecrets | list |`[]`| Optional set of global image pull secrets |
33
33
| global.image.registry | string |`""`| Global image registry to use if it needs to be overridden for some specific use cases (e.g local registries, custom images, ...) |
34
34
| installCRDs | bool |`true`| Installs CRDs as part of the release |
| manager.logging.development | bool |`true`| Set to true to enable development mode logging (human-readable console format). Set to false for production mode logging (JSON format). |
45
47
| manager.podSecurityContext | object |`{}`| A security context defines privileges and access control settings for a pod. |
46
48
| manager.readinessProbe | object |`{"httpGet":{"path":"/healthz","port":8081},"initialDelaySeconds":5,"periodSeconds":10}`| Readiness probe in Probe format |
Copy file name to clipboardExpand all lines: charts/k6-operator/values.schema.json
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,20 @@
154
154
"periodSeconds"
155
155
]
156
156
},
157
+
"logging": {
158
+
"additionalProperties": false,
159
+
"properties": {
160
+
"development": {
161
+
"default": true,
162
+
"description": "manager.logging.development -- Set to true to enable development mode logging (human-readable console format). Set to false for production mode logging (JSON format).",
# manager.logging.development -- Set to true to enable development mode logging (human-readable console format). Set to false for production mode logging (JSON format).
260
+
development: true
261
+
# @schema
262
+
# required: false
251
263
# type: integer
252
264
# @schema
253
265
# manager.replicas -- number of controller-manager replicas (default: 1)
0 commit comments