mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
23 lines
404 B
Markdown
23 lines
404 B
Markdown
|
# ${docGenStepName}
|
||
|
|
||
|
## ${docGenDescription}
|
||
|
|
||
|
## ${docGenParameters}
|
||
|
|
||
|
## ${docGenConfiguration}
|
||
|
|
||
|
## Exceptions
|
||
|
|
||
|
None
|
||
|
|
||
|
## Examples
|
||
|
|
||
|
```groovy
|
||
|
kubernetesDeploy script: this
|
||
|
```
|
||
|
|
||
|
```groovy
|
||
|
// Deploy a helm chart called "myChart" using Helm 3
|
||
|
kubernetesDeploy script: this, deployTool: 'helm3', chartPath: 'myChart', deploymentName: 'myRelease', image: 'nginx', containerRegistryUrl: 'https://docker.io'
|
||
|
```
|