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

should be "name", in lowercase. #164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Otherwise, you can set the following parameters:
This plugin allows getting the container pods from kubernetes as rundeck nodes.

* **Default attributes**: List of key=value pairs, example: username=root
* **Custom Mapping**: Custom mapping adding on the rundeck nodes, for example: ```nodename.selector=default:Name,hostname.selector=default:pod_id```
* **Custom Mapping**: Custom mapping adding on the rundeck nodes, for example: ```nodename.selector=default:name,hostname.selector=default:pod_id```

* **Tags**: List of tags. You can add static and custom tags, for example:
```tag.selector=default:image, tag.selector=default:status, kubernetes```
Expand Down
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ providers:
- type: String
name: mapping
title: 'Custom Mapping'
description: 'Custom mapping, eg: nodename.selector=default:Name'
description: 'Custom mapping, eg: nodename.selector=default:name'
renderingOptions:
groupName: Config
- type: String
Expand Down Expand Up @@ -1706,7 +1706,7 @@ providers:
groupName: Metadata
displayType: MULTI_LINE
codeSyntaxMode: yaml
- name: serviceaccount
- name: serviceaccount
type: String
title: "Service Account"
description: "Service Account to use for launching Job"
Expand Down
Loading