17 lines
446 B
YAML
17 lines
446 B
YAML
{{- if .Values.clusterConfig.cilium.enabled }}
|
|
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-applicationset-ingress
|
|
namespace: argocd
|
|
spec:
|
|
description: Allow access from the ingress controller
|
|
endpointSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/component: applicationset-controller
|
|
ingress:
|
|
- fromEndpoints:
|
|
- matchLabels:
|
|
io.kubernetes.pod.namespace: ingress-nginx
|
|
{{- end }}
|