File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -423,6 +423,10 @@ runtime:
423423 # The first non-empty label value found will be used. If no labels match, falls back to ServiceAccount name.
424424 # Default is empty list (uses ServiceAccount as workload identifier).
425425 workloadLabels : [] # ENV: KUMA_RUNTIME_KUBERNETES_WORKLOAD_LABELS
426+ # DisallowMultipleMeshesPerNamespace prevents pods from using kuma.io/mesh label in ways that would create
427+ # multiple meshes within a single namespace. When enabled, Workload generation is skipped for namespaces
428+ # with multiple meshes and a warning event is emitted.
429+ disallowMultipleMeshesPerNamespace : false # ENV: KUMA_RUNTIME_KUBERNETES_DISALLOW_MULTIPLE_MESHES_PER_NAMESPACE
426430 # Universal-specific configuration
427431 universal :
428432 # DataplaneCleanupAge defines how long Dataplane should be offline to be cleaned up by GC
You can’t perform that action at this time.
0 commit comments