Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
Negashev committed Dec 29, 2023
1 parent 3427122 commit d821d85
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 @@ -12,7 +12,7 @@ spec:
parameters:
- name: "ingress"
valueFrom:
parameter: '{{`{{steps.create-ingress.outputs.host}}`}}{{`{{steps.create-ingress.outputs.path}}`}}'
parameter: '{{`{{steps.create-ingress.outputs.parameters.host}}`}}{{`{{steps.create-ingress.outputs.parameters.path}}`}}'
steps:
- - name: get-last-snapshot
template: get-last-snapshot
Expand Down

0 comments on commit d821d85

Please sign in to comment.