fix: Changed the project field of the applicationset from a tpl function to a string. Signed-off-by: tomoki-yamaguchi <toyamagu2021@gmail.com>
This commit is contained in:
parent
00e585342a
commit
086310f237
3 changed files with 33 additions and 4 deletions
|
|
@ -51,7 +51,7 @@ spec:
|
|||
{{- end }}
|
||||
{{- with .spec }}
|
||||
spec:
|
||||
project: {{ tpl .project $ }}
|
||||
project: {{ .project | squote }}
|
||||
{{- with .source }}
|
||||
source:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue