Skip to content

Commit

Permalink
ASRE-931: Fix shareProcessNamespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sho34215 committed Jan 7, 2025
1 parent e05b8c2 commit b32e25a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion charts/airbyte-bootloader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Helm chart to deploy airbyte-bootloader
| global.secretName | string | `""` | |
| global.secrets | object | `{}` | |
| global.serviceAccountName | string | `"placeholderServiceAccount"` | |
| global.shareProcessNamespace | string | `"false"` | the shareProcessNamespace field is used in a PodSpec to enable all containers within a pod to share the same process namespace. This allows containers to view and interact with each other's processes. |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"airbyte/bootloader"` | |
| nodeSelector | object | `{}` | |
Expand Down
1 change: 0 additions & 1 deletion charts/airbyte-bootloader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ global:
serviceAccountName: placeholderServiceAccount
deploymentMode: oss
secretName: ""
shareProcessNamespace: false
database:
secretName: ""
secretValue: ""
Expand Down

0 comments on commit b32e25a

Please sign in to comment.