Skip to content

Commit

Permalink
Fix use last snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Negashev committed Jan 7, 2024
1 parent 1a0b2a4 commit c4b5ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/generator-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- status=ready,aldaas={{ template "aldaas.fullname" . }}
- --sort-by=.metadata.creationTimestamp
- -o
- jsonpath={.items[0].metadata.name}
- jsonpath={.items[-1].metadata.name}
- name: create-pvc-from-snapshot
inputs:
parameters:
Expand Down

0 comments on commit c4b5ade

Please sign in to comment.