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
description: "Deploys a sidecar container to watch all configmaps in the cluster and filters out the ones with a label `perses.dev/resource: true`. The files defined in those configmaps are written to a folder and this folder is accessed by Perses. Changes to the configmaps are continuously monitored and reflected in Perses within 10 seconds"
18
18
name: perses.sidecar.enabled
19
19
required: true
20
20
type: bool
21
21
- description: "With this config, the Perses app will be served with the path <api_prefix>/api"
22
-
name: perses.api_prefix
22
+
name: perses.config.api_prefix
23
23
required: false
24
24
type: string
25
25
- description: "The image version of the Perses app. If not provided, the latest version will be used"
0 commit comments