Signed-off-by: Boris Komraz <bkomraz1@gmail.com>
This commit is contained in:
Boris Komraz 2023-11-01 14:49:29 +02:00
parent e779ad7988
commit 932022e2a1
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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
```
```

View file

@ -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
```
```