Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate parameter documentation from Ocean chart README #163

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion charts/port-ocean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ The following table lists the configuration parameters of the `port-ocean` chart
| `initializePortResources` | When set to true, creates a default JQ mapping and the relevant blueprints | `true` |
| `scheduledResyncInterval` | The number in minutes to reschedule and poll data from the 3rd party system. When workload.kind is set to CronJob this parameter is required and should be in a format of a cron string | `null` |
| `allowEnvironmentVariablesJqAccess` | When set to true, The jq mapping will be able to include environment variables. | `true` |
| `scheduledResyncInterval` | The number in minutes to reschedule and poll data from the 3rd party system. When workload.kind is set to CronJob this parameter is required and should be in a format of a cron string | `null` |
| `sendRawDataExamples` | Enable sending raw data examples from the third party API to port for testing and managing the integration mapping | `true` |
| `podAnnotations` | Annotations to be added to the pod. | `{}` |
| `podServiceAccount.name` | Service account to attach to the pod. | `null` |
Expand Down
Loading