mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
9 lines
181 B
YAML
9 lines
181 B
YAML
|
{{- if .Values.ingressController.enabled -}}
|
||
|
apiVersion: networking.k8s.io/v1
|
||
|
kind: IngressClass
|
||
|
metadata:
|
||
|
name: cilium
|
||
|
spec:
|
||
|
controller: cilium.io/ingress-controller
|
||
|
{{- end}}
|