testing-field / gitops-dev-infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitOps examples

Encrypt & Decrypt

Using sops

sops --encrypt --encrypted-suffix stringData -i --pgp <key id> db/config.yaml
sops --decrypt --encrypted-suffix stringData --pgp <key id> db/config.yaml

About