docs: fix non-possible interpolation

Signed-off-by: dancer1325 <alfredotic0809@gmail.com>
This commit is contained in:
dancer1325 2026-05-04 19:28:07 +02:00
parent 090785314b
commit cc9f427c19
2 changed files with 2 additions and 2 deletions

View file

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

View file

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