Skip to content

Commit

Permalink
Update create-event-sensor.yaml
Browse files Browse the repository at this point in the history
Fix port key
  • Loading branch information
Negashev authored Jul 17, 2024
1 parent ebcd6fc commit 39a1209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/create-event-sensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ spec:
- name: database-object
path: /backup.sql.gz
s3:
endpoint: "{{.Values.s3.host}}:{{.Values.s3.post}}"
endpoint: "{{.Values.s3.host}}:{{.Values.s3.port}}"
bucket: "{{ .Values.s3.bucket}}"
key: '{{`{{workflow.parameters.db-file}}`}}'
insecure: {{ .Values.s3.insecure}}
Expand Down Expand Up @@ -365,4 +365,4 @@ spec:
parameters:
- name: pvc-name
valueFrom:
jsonPath: '{{`{.metadata.name}`}}'
jsonPath: '{{`{.metadata.name}`}}'

0 comments on commit 39a1209

Please sign in to comment.