Skip to content

Commit f465f7d

Browse files
authored
style(greptimedb-standalone): Remove extra spaces in credentials (#183)
1 parent c85fd7c commit f465f7d

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

charts/greptimedb-standalone/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: greptimedb-standalone
33
description: A Helm chart for deploying standalone greptimedb
44
type: application
5-
version: 0.1.26
5+
version: 0.1.27
66
appVersion: 0.9.5
77
home: https://github.com/GreptimeTeam/greptimedb
88
sources:

charts/greptimedb-standalone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Helm chart for deploying standalone greptimedb
44

5-
![Version: 0.1.26](https://img.shields.io/badge/Version-0.1.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.5](https://img.shields.io/badge/AppVersion-0.9.5-informational?style=flat-square)
5+
![Version: 0.1.27](https://img.shields.io/badge/Version-0.1.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.5](https://img.shields.io/badge/AppVersion-0.9.5-informational?style=flat-square)
66

77
## Source Code
88
- https://github.com/GreptimeTeam/greptimedb

charts/greptimedb-standalone/values.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@ dataHome: "/data/greptimedb/"
4141

4242
# -- Configure to object storage
4343
objectStorage:
44-
# credentials:
45-
# # AWS or AliCloud cloudProvider accessKeyID
46-
# accessKeyId: "you-should-set-the-access-key-id-here"
44+
# credentials:
45+
# # AWS or AliCloud cloudProvider accessKeyID
46+
# accessKeyId: "you-should-set-the-access-key-id-here"
4747

48-
# # AWS cloudProvider secretAccessKey
49-
# secretAccessKey: "you-should-set-the-secret-access-key-here"
48+
# # AWS cloudProvider secretAccessKey
49+
# secretAccessKey: "you-should-set-the-secret-access-key-here"
5050

51-
# # AliCloud cloudProvider secretAccessKey
52-
# accessKeySecret: "you-should-set-the-access-key-secret-here"
51+
# # AliCloud cloudProvider secretAccessKey
52+
# accessKeySecret: "you-should-set-the-access-key-secret-here"
5353

54-
# # GCP cloudProvider serviceAccountKey JSON-formatted base64 value
55-
# serviceAccountKey: "you-should-set-the-base64-service-account-key-here"
54+
# # GCP cloudProvider serviceAccountKey JSON-formatted base64 value
55+
# serviceAccountKey: "you-should-set-the-base64-service-account-key-here"
5656

57-
# # Set the existing secret to get the key's of cloudProvider
58-
# existingSecretName: ""
57+
# # Set the existing secret to get the key's of cloudProvider
58+
# existingSecretName: ""
5959

6060
# configure to use s3 storage
6161
s3: {}

0 commit comments

Comments
 (0)