Skip to content

Commit 183a8b1

Browse files
authored
fix: cnpg linode obj location for gitea and keycloak (#1674)
1 parent df5d907 commit 183a8b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

values/gitea/gitea-otomi-db.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ backup:
2525
{{- if eq $obj.type "linode" }}
2626
linode:
2727
destinationPath: "s3://{{ $bu.cnpg }}/gitea"
28-
endpointURL: {{ $bu.cnpg }}.{{ $obj.linode.region }}.linodeobjects.com
28+
endpointURL: https://{{ $bu.cnpg }}.{{ $obj.linode.region }}.linodeobjects.com
2929
{{- end }}
3030
{{- end }}
3131
{{- end }}

values/keycloak/keycloak-otomi-db.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ backup:
2525
{{- if eq $obj.type "linode" }}
2626
linode:
2727
destinationPath: "s3://{{ $bu.cnpg }}/keycloak"
28-
endpointURL: {{ $bu.cnpg }}.{{ $obj.linode.region }}.linodeobjects.com
28+
endpointURL: https://{{ $bu.cnpg }}.{{ $obj.linode.region }}.linodeobjects.com
2929
{{- end }}
3030
{{- end }}
3131
{{- end }}

0 commit comments

Comments
 (0)