Skip to content

Commit 8889d4b

Browse files
committed
Remove false default
Signed-off-by: Jake Oliver <jake@truelayer.com>
1 parent 059cf66 commit 8889d4b

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

api/v1alpha1/ext_proc_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ type ExtProc struct {
101101
// ObservabilityMode sets if envoy gateway should treat this external processor as "send and go"
102102
//
103103
// +optional
104-
// +kubebuilder:default=false
105104
ObservabilityMode *bool `json:"observabilityMode,omitempty"`
106105

107106
// Metadata defines options related to the sending and receiving of dynamic metadata.

charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_envoyextensionpolicies.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,6 @@ spec:
14631463
rule: self.all(f, !f.startsWith('envoy.filters.http'))
14641464
type: object
14651465
observabilityMode:
1466-
default: false
14671466
description: ObservabilityMode sets if envoy gateway should
14681467
treat this external processor as "send and go"
14691468
type: boolean

charts/gateway-helm/charts/crds/crds/generated/gateway.envoyproxy.io_envoyextensionpolicies.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,6 @@ spec:
14621462
rule: self.all(f, !f.startsWith('envoy.filters.http'))
14631463
type: object
14641464
observabilityMode:
1465-
default: false
14661465
description: ObservabilityMode sets if envoy gateway should
14671466
treat this external processor as "send and go"
14681467
type: boolean

internal/cmd/egctl/testdata/translate/out/backend-endpoint.all.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ envoyExtensionPolicies:
6464
port: 9002
6565
weight: 1
6666
failOpen: false
67-
observabilityMode: false
6867
processingMode:
6968
request: {}
7069
response:

internal/gatewayapi/resource/testdata/all-resources.out.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ envoyExtensionPolicies:
114114
port: 9002
115115
weight: 1
116116
failOpen: false
117-
observabilityMode: false
118117
processingMode:
119118
request: {}
120119
response:

internal/gatewayapi/resource/testdata/all-resources2.out.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ envoyExtensionPolicies:
114114
port: 9002
115115
weight: 1
116116
failOpen: false
117-
observabilityMode: false
118117
processingMode:
119118
request: {}
120119
response:

0 commit comments

Comments
 (0)