-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Adam Brown edited this page Jul 19, 2022
·
23 revisions
Here is a basic record of common tasks related to managing the hale platform.
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