diff --git a/errormessage/errormessage.go b/errormessage/errormessage.go index ce5c23a3a..80efb0c0c 100644 --- a/errormessage/errormessage.go +++ b/errormessage/errormessage.go @@ -12,7 +12,7 @@ import ( k8serrors "k8s.io/apimachinery/pkg/api/errors" ) -// formatError wraps error with a detailed message that is meant for the user. +// FormatError wraps error with a detailed message that is meant for the user. // While the errors are meant to be displayed, they are not meant to be exported as classes outsite of CLI. func FormatError(err error) error { var errorNew error diff --git a/helm-chart/README.md b/helm-chart/README.md index 1f46fef41..c41bcf49f 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -226,7 +226,7 @@ Example for overriding image names: | `scripting.watchScripts` | Enable watch mode for the scripts in source directory | `true` | | `timezone` | IANA time zone applied to time shown in the front-end | `""` (local time zone applies) | | `supportChatEnabled` | Enable real-time support chat channel based on Intercom | `false` | -| `internetConnectivity` | Turns off API requests that are dependant on Internet connectivity such as `telemetry` and `online-support`. | `true` | +| `internetConnectivity` | Turns off API requests that are dependent on Internet connectivity such as `telemetry` and `online-support`. | `true` | KernelMapping pairs kernel versions with a DriverContainer image. Kernel versions can be matched diff --git a/helm-chart/templates/04-hub-deployment.yaml b/helm-chart/templates/04-hub-deployment.yaml index 49df442d3..3a3014911 100644 --- a/helm-chart/templates/04-hub-deployment.yaml +++ b/helm-chart/templates/04-hub-deployment.yaml @@ -94,7 +94,7 @@ spec: {{ if ne (toString .Values.tap.resources.hub.requests.cpu) "0" }} cpu: {{ .Values.tap.resources.hub.requests.cpu }} {{ end }} - {{ if ne (toString .Values.tap.resources.hub.requests.memor) "0" }} + {{ if ne (toString .Values.tap.resources.hub.requests.memory) "0" }} memory: {{ .Values.tap.resources.hub.requests.memory }} {{ end }} volumeMounts: