Skip to content

Commit

Permalink
Fix sanity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Aug 3, 2022
1 parent 7a66798 commit ddbd515
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions plugins/modules/helm_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@
type: path
aliases: [ ssl_ca_cert ]
version_added: "2.3.0"
tls_host:
description:
- Provide a URL for the server used to validate the Kubernetes API server certificate.
- Can also be specified via C(K8S_AUTH_TLS_HOST) environment variable.
- Requires Helm >= 3.10.0
type: str
aliases: [ tls_server_name ]
version_added: "2.4.0"
context:
description:
- Helm option to specify which kubeconfig context to use.
Expand All @@ -117,7 +109,7 @@
- Helm option to specify kubeconfig path to use.
- If the value is not specified in the task, the value of environment variable C(K8S_AUTH_KUBECONFIG) will be used instead.
- The configuration can be provided as dictionary.
type: path
type: raw
aliases: [ kubeconfig_path ]
version_added: "2.4.0"
"""
Expand Down

0 comments on commit ddbd515

Please sign in to comment.