Skip to content

Commit

Permalink
style(greptimedb-standalone): Remove extra spaces in credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 committed Oct 28, 2024
1 parent 29f8a7e commit 9ce833b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/greptimedb-standalone/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: greptimedb-standalone
description: A Helm chart for deploying standalone greptimedb
type: application
version: 0.1.26
version: 0.1.27
appVersion: 0.9.5
home: https://github.com/GreptimeTeam/greptimedb
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/greptimedb-standalone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Helm chart for deploying standalone greptimedb

![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)
![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)

## Source Code
- https://github.com/GreptimeTeam/greptimedb
Expand Down
22 changes: 11 additions & 11 deletions charts/greptimedb-standalone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ dataHome: "/data/greptimedb/"

# -- Configure to object storage
objectStorage:
# credentials:
# # AWS or AliCloud cloudProvider accessKeyID
# accessKeyId: "you-should-set-the-access-key-id-here"
# credentials:
# # AWS or AliCloud cloudProvider accessKeyID
# accessKeyId: "you-should-set-the-access-key-id-here"

# # AWS cloudProvider secretAccessKey
# secretAccessKey: "you-should-set-the-secret-access-key-here"
# # AWS cloudProvider secretAccessKey
# secretAccessKey: "you-should-set-the-secret-access-key-here"

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

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

# # Set the existing secret to get the key's of cloudProvider
# existingSecretName: ""
# # Set the existing secret to get the key's of cloudProvider
# existingSecretName: ""

# configure to use s3 storage
s3: {}
Expand Down

0 comments on commit 9ce833b

Please sign in to comment.