This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
fix(
#1261
): remove helm chart indent for config map glob (
#1533
)
pull/1546/head
Mads Rosenberg
4 years ago
committed by
GitHub
parent
a88f6c5149
commit
3f051b3407
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
deploy/k8s/helm/apigwmm/templates/envoy-cm.yaml
+1
-1
deploy/k8s/helm/apigwms/templates/envoy-cm.yaml
+1
-1
deploy/k8s/helm/apigwwm/templates/envoy-cm.yaml
+1
-1
deploy/k8s/helm/apigwws/templates/envoy-cm.yaml
+ 1
- 1
deploy/k8s/helm/apigwmm/templates/envoy-cm.yaml
View File
@ -10,5 +10,5 @@ metadata:
release
:
{{
.Release.Name }}
heritage
:
{{
.Release.Service }}
data:
{{
(.Files.Glob "envoy.yaml").AsConfig | indent 2 }}
{{
(.Files.Glob "envoy.yaml").AsConfig | indent 2 }}
+ 1
- 1
deploy/k8s/helm/apigwms/templates/envoy-cm.yaml
View File
@ -10,5 +10,5 @@ metadata:
release
:
{{
.Release.Name }}
heritage
:
{{
.Release.Service }}
data:
{{
(.Files.Glob "envoy.yaml").AsConfig | indent 2 }}
{{
(.Files.Glob "envoy.yaml").AsConfig | indent 2 }}
+ 1
- 1
deploy/k8s/helm/apigwwm/templates/envoy-cm.yaml
View File
@ -10,5 +10,5 @@ metadata:
release
:
{{
.Release.Name }}
heritage
:
{{
.Release.Service }}
data:
{{
(.Files.Glob "envoy.yaml").AsConfig | indent 2 -}}
{{
(.Files.Glob "envoy.yaml").AsConfig | indent 2 -}}
+ 1
- 1
deploy/k8s/helm/apigwws/templates/envoy-cm.yaml
View File
@ -10,5 +10,5 @@ metadata:
release
:
{{
.Release.Name }}
heritage
:
{{
.Release.Service }}
data:
{{
(.Files.Glob "envoy.yaml").AsConfig | indent 2 }}
{{
(.Files.Glob "envoy.yaml").AsConfig | indent 2 }}
Write
Preview
Loading…
Cancel
Save