File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,10 @@ type Configuration struct {
9797 // AllowCrossNamespaceResources enables users to consume cross namespace resource on annotations
9898 // Case disabled, attempts to use secrets or configmaps from a namespace different from Ingress will
9999 // be denied
100- // This value will default to `false` on future releases
101100 AllowCrossNamespaceResources bool `json:"allow-cross-namespace-resources"`
102101
103102 // AnnotationsRiskLevel represents the risk accepted on an annotation. If the risk is, for instance `Medium`, annotations
104103 // with risk High and Critical will not be accepted.
105- // Default Risk is Critical by default, but this may be changed in future releases
106104 AnnotationsRiskLevel string `json:"annotations-risk-level"`
107105
108106 // AnnotationValueWordBlocklist defines words that should not be part of an user annotation value
Original file line number Diff line number Diff line change @@ -195,7 +195,6 @@ type SecurityConfiguration struct {
195195 // AllowCrossNamespaceResources enables users to consume cross namespace resource on annotations
196196 // Case disabled, attempts to use secrets or configmaps from a namespace different from Ingress will
197197 // be denied
198- // This valid will default to `false` on future releases
199198 AllowCrossNamespaceResources bool `json:"allow-cross-namespace-resources"`
200199
201200 // AnnotationsRiskLevel represents the risk accepted on an annotation. If the risk is, for instance `Medium`, annotations
You can’t perform that action at this time.
0 commit comments