future-air-70511
05/08/2020, 2:47 PMnew ChartArgs
{
Repo = "oteemocharts",
Chart = "sonarqube",
Namespace = namespaceName,
Values =
{
{ "image", new { tag = "8.3-community" } },
{
"postgresql",
new
{
enabled = false,
postgresqlServer = postgresqlServer.Fqdn,
postgresqlPassword = postgresqlPassword.Result,
postgresqlDatabase = postgresqlDatabase.Name,
postgresqlUsername = Output.Format( $"{postgresqlServer.AdministratorLogin}@{postgresqlServer.Name}" )
}
},
Diagnostics:
kubernetes:helm.sh:Chart (helm-sonarqube):
error: Pulumi.ResourceException: coalesce.go:195: warning: destination for postgresqlDatabase is a table. Ignoring non-table value sonarDB
coalesce.go:195: warning: destination for postgresqlPassword is a table. Ignoring non-table value sonarPass
coalesce.go:195: warning: destination for postgresqlDatabase is a table. Ignoring non-table value sonarDB
coalesce.go:195: warning: destination for postgresqlPassword is a table. Ignoring non-table value sonarPass
Error: template: sonarqube/templates/secret.yaml:14:66: executing "sonarqube/templates/secret.yaml" at <b64enc>: wrong type for value; expected string; got map[string]interface {}
Anyone have ideas what I'm doing wrong?No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by