Skip to content

Commit

Permalink
chore: fix ci (envoyproxy#3465)
Browse files Browse the repository at this point in the history
fix ci

Signed-off-by: Guy Daich <[email protected]>
  • Loading branch information
guydc authored May 24, 2024
1 parent 0177dac commit c348370
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ backendTLSPolicies:
- lastTransitionTime: null
message: 'Client authentication TLS secret is not located in the same namespace
as Envoyproxy. Secret namespace: envoy-gateway-user-ns does not match Envoyproxy
namespace: envoy-gateway-system'
namespace: envoy-gateway-system.'
reason: Invalid
status: "False"
type: Accepted
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ backendTLSPolicies:
conditions:
- lastTransitionTime: null
message: 'Failed to locate TLS secret for client auth: client-auth-not-found
in namespace: envoy-gateway-system'
in namespace: envoy-gateway-system.'
reason: Invalid
status: "False"
type: Accepted
Expand Down
4 changes: 2 additions & 2 deletions site/content/en/latest/api/extension_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -1065,8 +1065,8 @@ _Appears in:_
| `host` | _string_ | true | Host define the sink service hostname. |
| `protocol` | _string_ | true | Protocol define the sink service protocol. |
| `port` | _integer_ | false | Port defines the port the sink service is exposed on. |
| `exportInterval` | _[Duration](#duration)_ | true | ExportInterval configures the intervening time between exports for a<br />Sink. This option overrides any value set for the<br />OTEL_METRIC_EXPORT_INTERVAL environment variable.<br />If ExportInterval is less than or equal to zero, 60 seconds<br />is used as the default. |
| `exportTimeout` | _[Duration](#duration)_ | true | ExportTimeout configures the time a Sink waits for an export to<br />complete before canceling it. This option overrides any value set for the<br />OTEL_METRIC_EXPORT_TIMEOUT environment variable.<br />If ExportTimeout is less than or equal to zero, 30 seconds<br />is used as the default. |
| `exportInterval` | _[Duration](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.Duration)_ | true | ExportInterval configures the intervening time between exports for a<br />Sink. This option overrides any value set for the<br />OTEL_METRIC_EXPORT_INTERVAL environment variable.<br />If ExportInterval is less than or equal to zero, 60 seconds<br />is used as the default. |
| `exportTimeout` | _[Duration](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.Duration)_ | true | ExportTimeout configures the time a Sink waits for an export to<br />complete before canceling it. This option overrides any value set for the<br />OTEL_METRIC_EXPORT_TIMEOUT environment variable.<br />If ExportTimeout is less than or equal to zero, 30 seconds<br />is used as the default. |


#### EnvoyGatewayPrometheusProvider
Expand Down

0 comments on commit c348370

Please sign in to comment.