File tree 2 files changed +0
-3
lines changed
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,10 @@ type Configuration struct {
97
97
// AllowCrossNamespaceResources enables users to consume cross namespace resource on annotations
98
98
// Case disabled, attempts to use secrets or configmaps from a namespace different from Ingress will
99
99
// be denied
100
- // This value will default to `false` on future releases
101
100
AllowCrossNamespaceResources bool `json:"allow-cross-namespace-resources"`
102
101
103
102
// AnnotationsRiskLevel represents the risk accepted on an annotation. If the risk is, for instance `Medium`, annotations
104
103
// with risk High and Critical will not be accepted.
105
- // Default Risk is Critical by default, but this may be changed in future releases
106
104
AnnotationsRiskLevel string `json:"annotations-risk-level"`
107
105
108
106
// AnnotationValueWordBlocklist defines words that should not be part of an user annotation value
Original file line number Diff line number Diff line change @@ -185,7 +185,6 @@ type SecurityConfiguration struct {
185
185
// AllowCrossNamespaceResources enables users to consume cross namespace resource on annotations
186
186
// Case disabled, attempts to use secrets or configmaps from a namespace different from Ingress will
187
187
// be denied
188
- // This valid will default to `false` on future releases
189
188
AllowCrossNamespaceResources bool `json:"allow-cross-namespace-resources"`
190
189
191
190
// 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