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
#!/bin/sh | |
# needs RCLONE_CONFIG env set | |
DRIVE_USERS="[email protected] [email protected]" | |
ADMIN_USER="[email protected]" | |
REMOTE_SRC="drive:" | |
REMOTE_DEST="b2-crypt:" | |
RCLONE_CONFIG_DIR=$(mktemp -d) |
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
version: '3' | |
env: | |
KAPP_FQ_CONFIGMAP_NAMES: true | |
vars: | |
KAPP_NAMESPACE: vaultwarden | |
KAPP_NAME: vaultwarden | |
KAPP_ARGS: '--app-changes-max-to-keep=5' | |
# KAPP_ARGS: '--app-changes-max-to-keep=5 --apply-default-update-strategy fallback-on-replace' |
OlderNewer