Skip to content
Adam Brown edited this page Jul 19, 2022 · 23 revisions

Here is a basic record of common tasks related to managing the hale platform.

Cheatsheet

List out all the secrets in your Kubernetes namespace
kubectl get secrets

Show/decode a specific secret
cloud-platform decode-secret -n <namespace> -s <secret name>, ie:
cloud-platform decode-secret -n hale-platform-dev -s ecr-repo-hale-platform-dev

Clone this wiki locally