mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
docs: fix non-possible interpolation
Signed-off-by: dancer1325 <alfredotic0809@gmail.com>
This commit is contained in:
parent
090785314b
commit
cc9f427c19
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ spec:
|
|||
source:
|
||||
repoURL: https://github.com/argoproj/argo-cd.git
|
||||
targetRevision: HEAD
|
||||
path: applicationset/examples/list-generator/guestbook/{{cluster}}
|
||||
path: 'applicationset/examples/list-generator/guestbook/{{cluster}}'
|
||||
destination:
|
||||
server: '{{url}}'
|
||||
namespace: guestbook
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ spec:
|
|||
source:
|
||||
repoURL: https://github.com/argoproj/argo-cd.git
|
||||
targetRevision: HEAD
|
||||
path: applicationset/examples/list-generator/guestbook/{{.cluster}}
|
||||
path: 'applicationset/examples/list-generator/guestbook/{{.cluster}}'
|
||||
destination:
|
||||
server: '{{.url}}'
|
||||
namespace: guestbook
|
||||
|
|
|
|||
Loading…
Reference in a new issue