From babbf5f8a65e6b2bd2c8d3ba4941c3a48d38ba12 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Fri, 7 Jun 2024 10:10:55 +0100 Subject: [PATCH] refactor: Update external database configuration in HelmChart --- HelmChart/Public/oneuptime/README.md | 6 +++--- HelmChart/Public/oneuptime/values.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HelmChart/Public/oneuptime/README.md b/HelmChart/Public/oneuptime/README.md index 5bffec08930..a94865c235b 100644 --- a/HelmChart/Public/oneuptime/README.md +++ b/HelmChart/Public/oneuptime/README.md @@ -139,7 +139,7 @@ externalPostgres: port: username: password: - # If you're using existing secret for the password, please use this instaead of password. + # If you're using existing secret for the password, please use this instead of password. existingSecret: name: # This is the key in the secret where the password is stored. @@ -170,7 +170,7 @@ externalRedis: host: port: password: - # If you're using existing secret for the password, please use this instaead of password. + # If you're using existing secret for the password, please use this instead of password. existingSecret: name: # This is the key in the secret where the password is stored. @@ -203,7 +203,7 @@ externalClickhouse: port: username: password: - # If you're using existing secret for the password, please use this instaead of password. + # If you're using existing secret for the password, please use this instead of password. existingSecret: name: # This is the key in the secret where the password is stored. diff --git a/HelmChart/Public/oneuptime/values.yaml b/HelmChart/Public/oneuptime/values.yaml index 7dde2768395..c00edaa31b4 100644 --- a/HelmChart/Public/oneuptime/values.yaml +++ b/HelmChart/Public/oneuptime/values.yaml @@ -275,7 +275,7 @@ externalPostgres: port: username: password: - # If you're using existing secret for the password, please use this instaead of password. + # If you're using existing secret for the password, please use this instead of password. existingSecret: name: # This is the key in the secret where the password is stored. @@ -297,7 +297,7 @@ externalRedis: port: username: password: - # If you're using existing secret for the password, please use this instaead of password. + # If you're using existing secret for the password, please use this instead of password. existingSecret: name: # This is the key in the secret where the password is stored. @@ -321,7 +321,7 @@ externalClickhouse: port: username: password: - # If you're using existing secret for the password, please use this instaead of password. + # If you're using existing secret for the password, please use this instead of password. existingSecret: name: # This is the key in the secret where the password is stored.