Skip to content

Commit

Permalink
docs: rm sectionName from some of the examples (envoyproxy#5173)
Browse files Browse the repository at this point in the history
adds whats left off from envoyproxy#4868

deleted the sectionName in these examples because the Service spec does
not define a port `Name`

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg authored and guydc committed Jan 30, 2025
1 parent 94f5300 commit 31eeaa5
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions site/content/en/docs/tasks/extensibility/ext-proc.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ spec:
- group: ''
kind: Service
name: grpc-ext-proc
sectionName: "9002"
validation:
caCertificateRefs:
- name: grpc-ext-proc-ca
Expand All @@ -198,7 +197,6 @@ spec:
- group: ''
kind: Service
name: grpc-ext-proc
sectionName: "9002"
validation:
caCertificateRefs:
- name: grpc-ext-proc-ca
Expand Down
2 changes: 0 additions & 2 deletions site/content/en/docs/tasks/security/ext-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ spec:
- group: ''
kind: Service
name: grpc-ext-auth
sectionName: "9002"
validation:
caCertificateRefs:
- name: grpc-ext-auth-ca
Expand All @@ -374,7 +373,6 @@ spec:
- group: ''
kind: Service
name: grpc-ext-auth
sectionName: "9002"
validation:
caCertificateRefs:
- name: grpc-ext-auth-ca
Expand Down
2 changes: 0 additions & 2 deletions site/content/en/docs/tasks/security/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ spec:
- group: gateway.envoyproxy.io
kind: Backend
name: backend-keycloak
sectionName: "443"
validation:
caCertificateRefs:
- name: backend-tls-certificate
Expand Down Expand Up @@ -525,7 +524,6 @@ spec:
- group: gateway.envoyproxy.io
kind: Backend
name: backend-keycloak
sectionName: "443"
validation:
caCertificateRefs:
- name: backend-tls-certificate
Expand Down
2 changes: 0 additions & 2 deletions site/content/en/latest/tasks/extensibility/ext-proc.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ spec:
- group: ''
kind: Service
name: grpc-ext-proc
sectionName: "9002"
validation:
caCertificateRefs:
- name: grpc-ext-proc-ca
Expand All @@ -198,7 +197,6 @@ spec:
- group: ''
kind: Service
name: grpc-ext-proc
sectionName: "9002"
validation:
caCertificateRefs:
- name: grpc-ext-proc-ca
Expand Down
2 changes: 0 additions & 2 deletions site/content/en/latest/tasks/security/ext-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ spec:
- group: ''
kind: Service
name: grpc-ext-auth
sectionName: "9002"
validation:
caCertificateRefs:
- name: grpc-ext-auth-ca
Expand All @@ -374,7 +373,6 @@ spec:
- group: ''
kind: Service
name: grpc-ext-auth
sectionName: "9002"
validation:
caCertificateRefs:
- name: grpc-ext-auth-ca
Expand Down
2 changes: 0 additions & 2 deletions site/content/en/latest/tasks/security/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ spec:
- group: gateway.envoyproxy.io
kind: Backend
name: backend-keycloak
sectionName: "443"
validation:
caCertificateRefs:
- name: backend-tls-certificate
Expand Down Expand Up @@ -525,7 +524,6 @@ spec:
- group: gateway.envoyproxy.io
kind: Backend
name: backend-keycloak
sectionName: "443"
validation:
caCertificateRefs:
- name: backend-tls-certificate
Expand Down
2 changes: 0 additions & 2 deletions site/content/en/v1.2/tasks/extensibility/ext-proc.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ spec:
- group: ''
kind: Service
name: grpc-ext-proc
sectionName: "9002"
validation:
caCertificateRefs:
- name: grpc-ext-proc-ca
Expand All @@ -198,7 +197,6 @@ spec:
- group: ''
kind: Service
name: grpc-ext-proc
sectionName: "9002"
validation:
caCertificateRefs:
- name: grpc-ext-proc-ca
Expand Down
2 changes: 0 additions & 2 deletions site/content/en/v1.2/tasks/security/ext-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ spec:
- group: ''
kind: Service
name: grpc-ext-auth
sectionName: "9002"
validation:
caCertificateRefs:
- name: grpc-ext-auth-ca
Expand All @@ -374,7 +373,6 @@ spec:
- group: ''
kind: Service
name: grpc-ext-auth
sectionName: "9002"
validation:
caCertificateRefs:
- name: grpc-ext-auth-ca
Expand Down
2 changes: 0 additions & 2 deletions site/content/en/v1.2/tasks/security/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ spec:
- group: gateway.envoyproxy.io
kind: Backend
name: backend-keycloak
sectionName: "443"
validation:
caCertificateRefs:
- name: backend-tls-certificate
Expand Down Expand Up @@ -525,7 +524,6 @@ spec:
- group: gateway.envoyproxy.io
kind: Backend
name: backend-keycloak
sectionName: "443"
validation:
caCertificateRefs:
- name: backend-tls-certificate
Expand Down

0 comments on commit 31eeaa5

Please sign in to comment.