Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DNM] Relocate separator in 7-gateway-proxy-deployment.yaml #9305

Closed
wants to merge 21 commits into from
Closed
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
69e70e6
relocate separator as suggested in https://github.com/solo-io/gloo/is…
ben-taussig-solo Apr 1, 2024
6ec65c5
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 1, 2024
cfd18bf
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 1, 2024
df9051c
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 1, 2024
dcebe03
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 2, 2024
b619395
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 2, 2024
1199768
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 2, 2024
93335c7
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 3, 2024
f755729
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 3, 2024
65066eb
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 4, 2024
bb66ff4
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 5, 2024
27e407a
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 5, 2024
b6f589f
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 8, 2024
d53ca27
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 9, 2024
456b583
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 9, 2024
d894d40
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 9, 2024
8309067
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 10, 2024
53305fe
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 10, 2024
e074f3c
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 11, 2024
2e96182
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 11, 2024
db3ff0e
Merge refs/heads/main into fix-yaml-templating-for-gw-proxy
soloio-bulldozer[bot] Apr 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
{{- end }}
{{- $statsConfig := coalesce $spec.stats $global.glooStats }}
{{- if not $spec.disabled }}
---
apiVersion: apps/v1
{{- if $spec.kind.deployment}}
kind: Deployment
Expand Down Expand Up @@ -521,7 +522,6 @@ spec:
{{- if .Values.gateway.enabled }}
{{- range $name, $gatewaySpec := .Values.gatewayProxies }}
{{- /* Render each gatewayProxy template with it's yaml overrides */}}
---
{{- $kubeResourceOverride := $gatewaySpec.kubeResourceOverride }}
{{- $ctx := (list $ $name $gatewaySpec)}}
{{- include "gloo.util.merge" (list $ctx $kubeResourceOverride "gatewayProxy.deploymentSpec") -}}
Expand Down
Loading