-
Bug
-
Resolution: Done
-
Undefined
-
4.18
-
1
-
False
-
-
False
-
-
as per the example in the doc there is not a clear details on how to specify the namespace, a little improvement in the exampel will be really helpful
Current example
apiVersion: v1
kind: ConfigMap
metadata:
name: user-workload-monitoring-config
namespace: openshift-user-workload-monitoring
data:
config.yaml: |
namespacesWithoutLabelEnforcement: [ <namespace> ]
# ...
Updated example
apiVersion: v1
kind: ConfigMap
metadata:
name: user-workload-monitoring-config
namespace: openshift-user-workload-monitoring
data:
config.yaml: |
namespacesWithoutLabelEnforcement: [ <ns1>, <ns2>]
# ...
- is documented by
-
OBSDOCS-1725 More Transparent statement about how the label namespacesWithoutLabelEnforcement works in UWM
-
- Closed
-