Corrected the helm module documentation to the correct default state (installed -> present). (#35950) (#35951)

This commit is contained in:
Charl van Niekerk 2018-02-13 13:34:17 +01:00 committed by Martin Krizek
parent 66743f33fa
commit 5861d3333c

View file

@ -48,7 +48,7 @@ options:
- Whether to install C(present), remove C(absent), or purge C(purged) a package.
required: false
choices: ['absent', 'purged', 'present']
default: "installed"
default: "present"
chart:
description: |
A map describing the chart to install. For example:
@ -84,7 +84,7 @@ EXAMPLES = '''
source:
type: repo
location: https://kubernetes-charts.storage.googleapis.com
state: installed
state: present
name: my-memcached
namespace: default