Closed xr09 closed 1 month ago
For large scenarios, sometimes we need to reference a namespace or a label containing some dynamic value.
With this change, we'll be able to use any variable in the custom rules.
customRules: - to: - namespaceSelector: matchLabels: kubernetes.io/metadata.name: data-stream-{{ .Values.dynamic.value }}
Done. Thanks @azatsafin!
For large scenarios, sometimes we need to reference a namespace or a label containing some dynamic value.
With this change, we'll be able to use any variable in the custom rules.