-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64c2ac1
commit 3b99dc4
Showing
5 changed files
with
71 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
output "helm_values" { | ||
value = local.helm_values | ||
sensitive = true | ||
description = "The values.yaml file for installing Nebuly on the provisioned resources." | ||
description = <<EOT | ||
The `values.yaml` file for installing Nebuly with Helm. | ||
The default standard configuration is used, which uses Nginx as ingress controller and exposes the application to the Internet. | ||
This configuration can be customized according to specific needs. | ||
EOT | ||
} | ||
output "secret_provider_class" { | ||
value = local.secret_provider_class | ||
sensitive = true | ||
description = "The secret-provider-class.yaml file for referencing from Kubernetes the secrets stored in the Key Vault." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.