16 lines
395 B
YAML
16 lines
395 B
YAML
{{- if .Values.clusterConfig.cilium.enabled }}
|
|
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-argo-repo-access-applicationset
|
|
namespace: argocd
|
|
spec:
|
|
description: Allow access to the ArgoCD repo Applicationset
|
|
egress:
|
|
- toEntities:
|
|
- world
|
|
endpointSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/component: applicationset-controller
|
|
{{- end }}
|