Skip to content

Fix failed to enable workspace network isolation

Calvin Yu请求将github/fork/wansir/fix-4147合并到master

Created by: wansir

Signed-off-by: hongming hongming@kubesphere.io

fix: https://github.com/kubesphere/kubesphere/issues/4147

                    clusterOverrides:
                      items:
                        properties:
                          op:
                            pattern: ^(add|remove|replace)?$
                            type: string
                          path:
                            type: string
                          value:
                            type: object
                            x-kubernetes-preserve-unknown-fields: true

type: object restricts the type of value, but it can actually be an integer, boolean, object, array, etc.

合并请求报告