From 9850905bde830e1a3efcbd69b6464fafb199390b Mon Sep 17 00:00:00 2001
From: runyontr <tom@runyon.dev>
Date: Fri, 23 Apr 2021 10:53:14 +0000
Subject: [PATCH] Update charter/HelmStandards.md

---
 charter/HelmStandards.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/charter/HelmStandards.md b/charter/HelmStandards.md
index 9bab7e98fb..b7721cd373 100644
--- a/charter/HelmStandards.md
+++ b/charter/HelmStandards.md
@@ -15,7 +15,7 @@ For another example in using the [`kube-prometheus-stack`](https://github.com/pr
 
 * In the values.yaml file [here](../chart/values.yaml), each package should have its own region at `.package_name` if its in Core or `.addons.package_name`.
 * User Interface:
-  * If there exists a UserInterface for the package, the package should create a VirtualService conditional on the existance of `istio.enabled` being set to true.  This value should default to false.  The BigBang chart should set this true for all packages
+  * If there exists need for ingress traffic into the package, the package should create a VirtualService conditional on the existance of `istio.enabled` being set to true.  This value should default to false.  The BigBang chart should set this true for all packages
   * There should be a region under the package for configuring SSO that looks like this when there are multiple packages
     ```yaml
       sso:
@@ -88,4 +88,4 @@ These requirements for the kubernetes components come from the Kubernetes STIG,
 * Each deployment/daemonset/statefulset should use its own service account with least privilege permission set
 * HostPath volumes are not allowed
 * All resources contain the [Kubernetes Common Labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/)
-* All containers contain health and liveness checks
\ No newline at end of file
+* All containers contain health and liveness checks
-- 
GitLab