Created
June 3, 2025 14:29
-
-
Save pen-pal/a949368f9401d40d14c6f7934ba4e7a2 to your computer and use it in GitHub Desktop.
decrypt prometheus prometheus.yaml.gz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ kubectl -n <NAMESPACE> get secret <SECRET> -o json | jq -r '.data."prometheus.yaml.gz"' | base64 -d | gunzip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment