Skip to content

Commit f63d9ed

Browse files
committed
fix: adding back the missing quote
1 parent b8e193a commit f63d9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kustomize/overlays/hub/platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
value: "{{ .tenant_repository }}"
4848
- op: replace
4949
path: /spec/generators/0/git/revision
50-
value: "{{ $tenant_revision }}
50+
value: "{{ $tenant_revision }}"
5151
- op: replace
5252
path: /spec/generators/0/git/files/0/path
5353
value: "{{ .tenant_path }}/clusters/*.yaml"

0 commit comments

Comments
 (0)