Difference between revisions of "K8s secrets"
Jump to navigation
Jump to search
(Created page with "``` echo -n 'my-super-secret-password' | base64 ``` ``` envFrom: - secretRef: name: postgres-secrets - configMapRef: n...") |
|||
Line 12: | Line 12: | ||
https://www.cloudytuts.com/guides/kubernetes/how-to-deploy-postgress-kubernetes/ | https://www.cloudytuts.com/guides/kubernetes/how-to-deploy-postgress-kubernetes/ | ||
+ | |||
+ | ``` | ||
+ | echo -n "apfjxkic-omyuobwd339805ak:60a06cd2ddfad610b9490d359d605407" | base64 -w 0 | ||
+ | ``` |
Latest revision as of 23:36, 10 April 2022
echo -n 'my-super-secret-password' | base64
envFrom: - secretRef: name: postgres-secrets - configMapRef: name: postgres-configmap
https://www.cloudytuts.com/guides/kubernetes/how-to-deploy-postgress-kubernetes/
echo -n "apfjxkic-omyuobwd339805ak:60a06cd2ddfad610b9490d359d605407" | base64 -w 0