mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-05 17:45:31 -05:00
e9694d40b9
Bumping Cilium to also enable node-to-node encryption and node-to-node strict mode. Since the second is not upstream we use our fork.
11 lines
280 B
YAML
11 lines
280 B
YAML
{{- if .Values.gatewayAPI.enabled -}}
|
|
{{- if .Capabilities.APIVersions.Has "gateway.networking.k8s.io/v1/GatewayClass" }}
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: GatewayClass
|
|
metadata:
|
|
name: cilium
|
|
spec:
|
|
controllerName: io.cilium/gateway-controller
|
|
{{- end}}
|
|
{{- end}}
|