A Terraform module to install Ocean Network Client using Helm.
- Prerequisites
- Usage
- Examples
- Requirements
- Providers
- Modules
- Resources
- Inputs
- Outputs
- Documentation
- Getting Help
- Community
- Contributing
- License
module "ocean-network-client" {
source = "spotinst/ocean-network-client/spotinst"
}
Name | Version |
---|---|
terraform | >= 0.13.0 |
spotinst | >= 1.39.0 |
Name | Version |
---|---|
helm | 2.5.1 |
No modules.
Name | Type |
---|---|
helm_release.this | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
chart | Chart name to be deployed. | string |
"ocean-network-client" |
no |
chart_repository | Repository URL where to locate the Spot Ocean Network Client chart. | string |
"https://charts.spot.io" |
no |
chart_version | Chart version to be deployed. | string |
"1.1.0" |
no |
config_map_name | ConfigMap name. | string |
null |
no |
image_pull_policy | Image pull policy. | string |
null |
no |
image_pull_secrets | Image pull secrets. | string |
null |
no |
image_repository | Image repository. | string |
null |
no |
image_tag | Image tag. | string |
null |
no |
namespace | Kubernetes namespace where the components should be installed. | string |
null |
no |
secret_name | Secret name. | string |
null |
no |
No outputs.
If you're new to Spot and want to get started, please check out our Getting Started guide, available on the Spot Documentation website.
We use GitHub issues for tracking bugs and feature requests. Please use these community resources for getting help:
- Ask a question on Stack Overflow and tag it with terraform-spotinst.
- Join our Spot community on Slack.
- Open an issue.
Please see the contribution guidelines.
Code is licensed under the Apache License 2.0.