Skip to content

Commit

Permalink
Add comment in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan committed Nov 15, 2023
1 parent 72d18ce commit d1c9874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/scalardb-analytics-postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Current chart version is `1.0.0-SNAPSHOT`
| schemaImporter.image.pullPolicy | string | `"IfNotPresent"` | Specify a image pulling policy. |
| schemaImporter.image.repository | string | `"ghcr.io/scalar-labs/scalardb-analytics-postgresql-schema-importer"` | Docker image repository of Schema Importer. |
| schemaImporter.image.tag | string | `""` | Override the image tag whose default is the chart appVersion |
| schemaImporter.namespaces | list | `[]` | |
| schemaImporter.namespaces | list | `[]` | Namespace list that includes tables you want to read via ScalarDB Analytics with PostgreSQL. |
| schemaImporter.securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"runAsNonRoot":true}` | Setting security context at the pod applies those settings to all containers in the pod. |
| schemaImporter.securityContext.allowPrivilegeEscalation | bool | `false` | AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. |
| schemaImporter.securityContext.capabilities | object | `{"drop":["ALL"]}` | Capabilities (specifically, Linux capabilities), are used for permission management in Linux. Some capabilities are enabled by default. |
Expand Down
1 change: 1 addition & 0 deletions charts/scalardb-analytics-postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ schemaImporter:
# -- Override the image tag whose default is the chart appVersion
tag: ""

# -- Namespace list that includes tables you want to read via ScalarDB Analytics with PostgreSQL.
namespaces: []

# -- Setting security context at the pod applies those settings to all containers in the pod.
Expand Down

0 comments on commit d1c9874

Please sign in to comment.