Skip to content

Commit

Permalink
Remove unused helm values (#1277)
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg authored Apr 11, 2023
1 parent 6f997c8 commit bb014eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
- --v=0
env:
- name: KUBERNETES_CLUSTER_DOMAIN
value: {{ .Values.kubernetesClusterDomain }}
value: cluster.local
image: {{ .Values.deployment.kubeRbacProxy.image.repository }}:{{ .Values.deployment.kubeRbacProxy.image.tag | default .Chart.AppVersion }}
name: kube-rbac-proxy
ports:
Expand Down
4 changes: 0 additions & 4 deletions charts/gateway-helm/values.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ deployment:
targetPort: 18000
replicas: 1

rootNamespace: envoy-gateway-system

config:
envoyGateway:
gateway:
Expand All @@ -43,5 +41,3 @@ envoyGatewayMetricsService:
port: 8443
protocol: TCP
targetPort: https

kubernetesClusterDomain: cluster.local

0 comments on commit bb014eb

Please sign in to comment.