Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan committed Nov 13, 2023
1 parent 968c1d0 commit 31892a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/scalardb-analytics-postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Current chart version is `1.0.0-SNAPSHOT`
| scalardbAnalyticsPostgreSQL.podSecurityContext | object | `{"fsGroup":201,"seccompProfile":{"type":"RuntimeDefault"}}` | PodSecurityContext holds pod-level security attributes and common container settings. |
| scalardbAnalyticsPostgreSQL.podSecurityContext.fsGroup | int | `201` | To work ScalarDB Analytics with PostgreSQL properly, you must set "201" to "podSecurityContext.fsGroup". |
| scalardbAnalyticsPostgreSQL.postgresql.databaseName | string | `"scalardb"` | The database name that you create in PostgreSQL. Schema Importer create some object such a view of ScalarDB Analytics with PostgreSQL in this database. |
| scalardbAnalyticsPostgreSQL.postgresql.secretName | string | `"scalardb-analytics-postgresql-superuser-password"` | The secret resource name that includes superuser password for PostgreSQL. |
| scalardbAnalyticsPostgreSQL.postgresql.secretName | string | `"scalardb-analytics-postgresql-superuser-password"` | The secret resource name that includes superuser password for PostgreSQL. |
| scalardbAnalyticsPostgreSQL.replicaCount | int | `3` | Default values for number of replicas. |
| scalardbAnalyticsPostgreSQL.resources | object | `{}` | Resources allowed to the pod. |
| scalardbAnalyticsPostgreSQL.secretName | string | `""` | Secret name that includes sensitive data such as credentials. Each secret key is passed to Pod as environment variables using envFrom. |
Expand Down
2 changes: 1 addition & 1 deletion charts/scalardb-analytics-postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ scalardbAnalyticsPostgreSQL:
postgresql:
# -- The database name that you create in PostgreSQL. Schema Importer create some object such a view of ScalarDB Analytics with PostgreSQL in this database.
databaseName: scalardb
# -- The secret resource name that includes superuser password for PostgreSQL.
# -- The secret resource name that includes superuser password for PostgreSQL.
secretName: scalardb-analytics-postgresql-superuser-password

# -- The database.properties to access the underlying databases that Schema Importer will load schemas into PostgreSQL.
Expand Down

0 comments on commit 31892a9

Please sign in to comment.