14 lines
337 B
YAML
14 lines
337 B
YAML
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
|