Justin Kotalik
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
src/Microsoft.Tye.Core/KubernetesManifestGenerator.cs
-
test/E2ETest/testassets/generate/generate-connectionstring-dependency.yaml
|
|
|
@ -229,7 +229,7 @@ namespace Microsoft.Tye |
|
|
|
{ "secretKeyRef", new YamlMappingNode() |
|
|
|
{ |
|
|
|
{ "name", new YamlScalarNode(binding.Name) { Style = ScalarStyle.SingleQuoted } }, |
|
|
|
{ "key", new YamlScalarNode("connectionString") { Style = ScalarStyle.SingleQuoted } }, |
|
|
|
{ "key", new YamlScalarNode("connectionstring") { Style = ScalarStyle.SingleQuoted } }, |
|
|
|
} |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
@ -29,7 +29,7 @@ spec: |
|
|
|
valueFrom: |
|
|
|
secretKeyRef: |
|
|
|
name: 'binding-production-dependency-secret' |
|
|
|
key: 'connectionString' |
|
|
|
key: 'connectionstring' |
|
|
|
ports: |
|
|
|
- containerPort: 80 |
|
|
|
... |
|
|
|
|