This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 230
[WIP] Add rclone support #216
Merged
+55
−6
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
5a2351f
update sonatype-nexus chart
MohamedZ3kri 2e30396
cleanup
MohamedZ3kri 4e67840
cleanup
MohamedZ3kri 7e36518
update default values, restore cloudiam volume mount.
MohamedZ3kri 621d7ad
update nexus backup image tag and add streamingUploadCutoff parameter
MohamedZ3kri 8db5d50
update readme
MohamedZ3kri 01ebb94
update readme
MohamedZ3kri 9f4fe9f
Merge pull request #2 from Oteemo/master
dene14 a23c60c
update readme
MohamedZ3kri 9f404d2
Merge branch 'add-Rclone-support' of github.com:dbccompany/oteemo-cha…
MohamedZ3kri 2cd1d85
set chart version to 4.0.0
MohamedZ3kri 445f356
add rclone backup image repository to sources
MohamedZ3kri 28d79ed
remove trailing spaces
MohamedZ3kri 1c41b6d
fix indentation
MohamedZ3kri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{{- if and .Values.nexusBackup.enabled -}} | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: {{ template "nexus.name" . }}-rclone-config-secret | ||
namespace: {{ template "nexus.namespace" . }} | ||
labels: | ||
{{ include "nexus.labels" . | indent 4 }} | ||
{{- if .Values.nexus.labels }} | ||
{{ toYaml .Values.nexus.labels | indent 4 }} | ||
{{- end }} | ||
data: | ||
{{- if .Values.nexusBackup.rcloneConfig }} | ||
{{- range $key, $val := .Values.nexusBackup.rcloneConfig }} | ||
{{ $key }}: |- | ||
{{ $val | b64enc| indent 4}} | ||
{{- end }} | ||
{{- end -}} | ||
{{- end}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also update the sources with the new backup container project