Skip to content

Commit

Permalink
fix line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
fractos committed Jun 24, 2020
1 parent 5bf9ea3 commit 4ebf541
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -61,8 +61,13 @@ cat $HOME/.kube/config | base64
## Environment

`KUBECTL_VERSION` - (optional): Used to specify the kubectl version. If not specified, this defaults to kubectl v1.13.12

`DEPLOYMENT_FILE` -: The name of the deployment manifest to apply.

`DEPLOYMENT_NAME` -: The name of the deployment itself (without the `deployment/` prefix).

`APPLY_FLAGS` - (optional): Defaults to empty. Set to "--server-dry-run" (or the appropriate instruction for the kubectl version) to perform a dry run of the `kubectl apply` command.

`UNDO_FLAGS` - (optional): Defaults to empty. Set to "--server-dry-run" (or the appropriate instruction for the kubectl version) to perform a dry run of the `kubectl rollout undo` command.

`ATTEMPT_ROLLBACK` - (optional): Defaults to "1". Set to "0" to not attempt a rollback if failure of the deployment has been explicitly detected.

0 comments on commit 4ebf541

Please sign in to comment.