diff --git a/charter/HelmStandards.md b/charter/HelmStandards.md index 9bab7e98fb144590fd84fd25e464d2ce73f03934..b7721cd373b015b8d48a69e6bf8542e4dd2af47e 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