When you add a new secret to the secrets.yaml
you have to decrypt the file first:
make secrets-decrypt -e ENVIRONMENT=prod
Before you commit any changes to the git repo
you have to encrypt the secrets.yaml
first:
make secrets-encrypt -e ENVIRONMENT=prod
make setup -e TAGS=common