This repo is to automate comparing config and secrets for different environments
Install folowing
- kubectx
- python3
- jq
- create a folder
data
cd data
- Generate list of secret and configmap names in text files
chmod +x script.sh ./script.sh
- Start server
python3 -m http.server 8080
- Navigate to
secrets.html
to see secrets - Navigate to
configs.html
to see configmaps