Hi,
Not sure whether, I can post the issue with Kanister here.
When I try to trigger backup with postgresql blueprint with kanister, I am getting below error:
```
 Error:
  Message:  Failed to render template: "kopiaOutput" not found
 Progress:
  Last Transition Time:  2023-07-03T06:44:55Z
  Percent Completed:   10.00
 State:          failed
Events: Â Â Â Â Â Â Â Â Â Â <none>
Âroot@ip-10-13-193-215 ~]#
```
The command used to create blueprint and actionset is as follow:
Â
sroot@ip-10-13-193-215 ~]# kubectl create -f https://raw.githubusercontent.com/kanisterio/kanister/master/examples/postgresql/blueprint-v2/postgres-blueprint.yaml -n kanister
blueprint.cr.kanister.io/postgres-bp created
troot@ip-10-13-193-215 ~]#
Â
-root@ip-10-13-193-215 ~]# kanctl create actionset --action backup --namespace kanister --blueprint postgres-bp --statefulset postgres-test/my-release-postgresql --profile postgres-test/s3-profile-bz2tf
actionset backup-xr4gw created
iroot@ip-10-13-193-215 ~]#
Any idea why I am getting above error?
Thanks,
Â