From d5db0360a7ab7a4a7d8a1a386a37f3eb9157a3e5 Mon Sep 17 00:00:00 2001 From: Mizunashi Mana Date: Mon, 17 Jul 2023 09:17:47 +0900 Subject: [PATCH] fix: fix typo --- .config/example.yml | 2 +- chart/templates/_helpers.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/example.yml b/.config/example.yml index 6c4030eeac..96e05ea51d 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 d3d8561b7e..b5ebcb68bc 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 # ┌──────────────────────────┐