v.karaychentsev 72ef1ed2a3 update sops config. Decided to use an approach when encrypted file contains only secrets. This approach does not require to configure encrypted_regex stuff.
.env files are going to be used for .env secrets for containers that can't read secrets from file.
.yaml files are for secrets that can be converted into docker secrets (key - file name, value - file content) because it easy to extract such data usyn `yq` than trying to parse .env files.
2026-02-13 09:12:31 +03:00
2026-02-13 09:02:16 +03:00
2026-02-12 11:38:06 +03:00
Description
No description provided
167 KiB
Languages
Shell 100%