Update contributing
Update README
Release 0.0.3
Edit Kubernetes Base64-encoded (and gzipped) secrets transparently
Kubernetes secrets are stored as Base64-encoded strings. This makes editing them inconvenient. One has to read, decode, edit, encode, update the secrets. This tool performs all these steps transparently.
/bin/sh
,getopt
from util-linux,kubectl
from KubernetesOptionally:
export SUDO=doas
)export EDITOR=nano
)Download the script and make the file executable.
wget https://codeberg.org/krystianch/keditb64/raw/branch/main/keditb64
chmod +x keditb64
Please refer to the usage information or run keditb64 -h
for
more details.
Example:
./keditb64 -n monitoring alertmanager-main alertmanager.yaml
Send patches to the mailing list, report bugs on the issue tracker.
MIT, see script.
Copyright (C) 2024 Comtegra S.A.