From 0c8b7cb163dd4805938dc53cbf87d32cb42af8e8 Mon Sep 17 00:00:00 2001 From: Paul Jonathan Linebaugh Date: Thu, 15 May 2025 21:28:35 -0400 Subject: [PATCH] be more specific in comment in the helx-network-policy template --- templates/helx-network-policy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/helx-network-policy.yaml b/templates/helx-network-policy.yaml index df20a97..9e1685e 100644 --- a/templates/helx-network-policy.yaml +++ b/templates/helx-network-policy.yaml @@ -3,8 +3,8 @@ kind: NetworkPolicy metadata: name: {{ .Release.Name }}-network-policy spec: - # Allow resty, ambassador, nginx, and appstore-socket pods to communicate - # with the appstore pod. + # Allow ingress to pods in the namespace from resty, ambassador, nginx, and + # appstore-socket pods. ingress: - from: - podSelector: