Skip to content

Commit

Permalink
add test for helm file
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed May 14, 2024
1 parent 0c12ccd commit 5935ff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/helm/default-config.in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ global:
images:
envoyGateway:
image: "docker.io/envoyproxy/gateway-dev:latest"
pullPolicy: Always
4 changes: 2 additions & 2 deletions test/helm/default-config.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ spec:
- name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local
image: docker.io/envoyproxy/gateway-dev:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -523,7 +523,7 @@ spec:
- name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local
image: docker.io/envoyproxy/gateway-dev:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: envoy-gateway-certgen
restartPolicy: Never
securityContext:
Expand Down

0 comments on commit 5935ff0

Please sign in to comment.