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

Chart: Add more clear docs for setting pod_template_file.yaml #16632

Merged
merged 1 commit into from
Jun 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2673,7 +2673,7 @@
"default": false
},
"podTemplate": {
"description": "pod_template used for KubernetesExecutor workers",
"description": "The full text value to mount as the ``pod_template_file.yaml`` used for KubernetesExecutor workers",
"type": [
"string",
"null"
Expand Down
2 changes: 2 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,8 @@ config:

multiNamespaceMode: false

# The full text value to mount as the "pod_template_file.yaml" file used for KubernetesExecutor workers.
# If not set, a default one is created using "files/pod-template-file.kubernetes-helm-yaml"
podTemplate: ~

# Git sync
Expand Down