Fix typo
Signed-off-by: Boris Komraz <bkomraz1@gmail.com>
This commit is contained in:
parent
e779ad7988
commit
932022e2a1
2 changed files with 2 additions and 2 deletions
|
@ -1247,7 +1247,7 @@ global:
|
|||
server:
|
||||
ingress:
|
||||
hosts:
|
||||
- "argocd {{ .Values.global.dnsDomain }}" # be sure protect by quotation marks
|
||||
- "argocd{{ .Values.global.dnsDomain }}" # be sure protect by quotation marks
|
||||
```
|
||||
|
||||
```
|
||||
|
|
|
@ -557,7 +557,7 @@ global:
|
|||
server:
|
||||
ingress:
|
||||
hosts:
|
||||
- "argocd {{`{{ .Values.global.dnsDomain }}`}}" # be sure protect by quotation marks
|
||||
- "argocd{{`{{ .Values.global.dnsDomain }}`}}" # be sure protect by quotation marks
|
||||
```
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue