Skip to content

Commit 4cfd91c

Browse files
committed
Remove false default
Signed-off-by: Jake Oliver <jake@truelayer.com>
1 parent c25a980 commit 4cfd91c

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
@@ -1353,7 +1353,6 @@ spec:
13531353
rule: self.all(f, !f.startsWith('envoy.filters.http'))
13541354
type: object
13551355
observabilityMode:
1356-
default: false
13571356
description: ObservabilityMode sets if envoy gateway should
13581357
treat this external processor as "send and go"
13591358
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
@@ -1352,7 +1352,6 @@ spec:
13521352
rule: self.all(f, !f.startsWith('envoy.filters.http'))
13531353
type: object
13541354
observabilityMode:
1355-
default: false
13561355
description: ObservabilityMode sets if envoy gateway should
13571356
treat this external processor as "send and go"
13581357
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)