Skip to content

Commit

Permalink
Merge branch 'master' into update-cve-report
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiak-appscode[bot] authored Nov 2, 2024
2 parents b683cd1 + c8ddecc commit 0bff9dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/service-gateway/templates/gateway/gwclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ spec:
parametersRef:
group: gateway.envoyproxy.io
kind: EnvoyProxy
name: {{ include "tenant.name" . }}-gw-proxy-config
name: {{ include "tenant.name" . }}
namespace: {{ .Release.Namespace }}
---
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: EnvoyProxy
metadata:
name: {{ include "tenant.name" . }}-gw-proxy-config
name: {{ include "tenant.name" . }}
namespace: {{ .Release.Namespace }}
annotations:
{{- dict "catalog.appscode.com/gateway-config" (dict "service" .Values.envoy.service "vaultServer" .Values.vaultServer | toYaml) | toYaml | nindent 4 }}
spec:
mergeGateways: true
provider:
Expand Down

0 comments on commit 0bff9dc

Please sign in to comment.