diff --git a/.config/example.yml b/.config/example.yml index 6c4030eea..96e05ea51 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -30,7 +30,7 @@ url: https://example.com/ port: 3000 # The bind host your Calckey server should listen on. -# If unspecified, the wildcard address will be using. +# If unspecified, the wildcard address will be used. #bind: 127.0.0.1 # ┌──────────────────────────┐ diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl index d3d8561b7..b5ebcb68b 100644 --- a/chart/templates/_helpers.tpl +++ b/chart/templates/_helpers.tpl @@ -114,7 +114,7 @@ url: "https://{{ .Values.calckey.domain }}/" port: 3000 # The bind host your Calckey server should listen on. -# If unspecified, the wildcard address will be using. +# If unspecified, the wildcard address will be used. #bind: 127.0.0.1 # ┌──────────────────────────┐