Skip to content

Commit b7ff35a

Browse files
committed
test: add helm snapshot test for deployment extraEnv
Signed-off-by: Giri Kuncoro <girikuncoro@gmail.com>
1 parent d79683b commit b7ff35a

2 files changed

Lines changed: 718 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
global:
2+
images:
3+
envoyGateway:
4+
image: "docker.io/envoyproxy/gateway-dev:latest"
5+
pullPolicy: Always
6+
7+
deployment:
8+
envoyGateway:
9+
extraEnv:
10+
- name: OTEL_METRICS_EXEMPLAR_FILTER
11+
value: always_off
12+
- name: GOGC
13+
value: "50"

0 commit comments

Comments
 (0)