Skip to content

Commit

Permalink
fix: cnpg backup location for gitea and keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
CasLubbers committed Aug 14, 2024
1 parent df5d907 commit 5277abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion values/gitea/gitea-otomi-db.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ backup:
{{- if eq $obj.type "linode" }}
linode:
destinationPath: "s3://{{ $bu.cnpg }}/gitea"
endpointURL: {{ $bu.cnpg }}.{{ $obj.linode.region }}.linodeobjects.com
endpointURL: https://{{ $bu.cnpg }}.{{ $obj.linode.region }}.linodeobjects.com
{{- end }}
{{- end }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion values/keycloak/keycloak-otomi-db.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ backup:
{{- if eq $obj.type "linode" }}
linode:
destinationPath: "s3://{{ $bu.cnpg }}/keycloak"
endpointURL: {{ $bu.cnpg }}.{{ $obj.linode.region }}.linodeobjects.com
endpointURL: https://{{ $bu.cnpg }}.{{ $obj.linode.region }}.linodeobjects.com
{{- end }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 5277abc

Please sign in to comment.