Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit b5ca8ce

Browse files
dcarorguthriemsft
authored andcommitted
Fixed hostname for user and user-java ingress in chart (#144)
1 parent bff323d commit b5ca8ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apis/user-java/charts/mydrive-user-java/templates/ingress.stage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
spec:
1919
rules:
2020
{{- range $key, $value := .Values.ingress.rules }}
21-
- host: {{ $value.host }}
21+
- host: stage{{ $value.host }}
2222
http:
2323
paths:
2424
{{- range $path := .paths }}

apis/userprofile/charts/mydrive-user/templates/ingress.stage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
spec:
1919
rules:
2020
{{- range $key, $value := .Values.ingress.rules }}
21-
- host: {{ $value.host }}
21+
- host: stage{{ $value.host }}
2222
http:
2323
paths:
2424
{{- range $path := .paths }}

0 commit comments

Comments
 (0)