Create a secret in kubernetes
No modules.
| Name |
Description |
Type |
Default |
Required |
| config_context |
The context to use for the kubernetes provider |
string |
null |
no |
| config_path |
The kubeconfig to use for the kubernetes provider |
string |
"" |
no |
| customer |
Customer for the current deployment |
string |
"" |
no |
| data |
The data to store in the secret |
map(any) |
{} |
no |
| labels |
Labels to add to the secret |
map(any) |
{} |
no |
| name |
The name of the helm release |
string |
n/a |
yes |
| namespace |
The namespace to deploy the secret into |
string |
"default" |
no |
| tags |
Default tags to add to resources |
map(any) |
{} |
no |
| type |
The type of secret to create |
string |
"Opaque" |
no |
| Name |
Description |
| name |
The name of the Kubernetes secret |
| namespace |
The namespace of the Kubernetes secret |