github.com/jaylevin/jenkins-library@v1.230.4/documentation/docs/steps/kubernetesDeploy.md (about)

     1  # ${docGenStepName}
     2  
     3  ## ${docGenDescription}
     4  
     5  ## ${docGenParameters}
     6  
     7  ## ${docGenConfiguration}
     8  
     9  ## Exceptions
    10  
    11  None
    12  
    13  ## Examples
    14  
    15  ```groovy
    16  kubernetesDeploy script: this
    17  ```
    18  
    19  ```groovy
    20  // Deploy a helm chart called "myChart" using Helm 3
    21  kubernetesDeploy script: this, deployTool: 'helm3', chartPath: 'myChart', deploymentName: 'myRelease', image: 'nginx', containerRegistryUrl: 'https://docker.io'
    22  ```