Closed Hawaiideveloper closed 3 years ago
@ervinj1998 @battosai-slayer864 we will later need to make this automated so that it can be changed randomly
p.s.
Don't forget to apply your secrets with:
$ kubectl apply -f mongo-secret.yaml
To validate your secret please see the following illustration below:
Values must be base64 encoded
$
echo -n '<insert_desired_username_here>' | base64
$echo -n '<insert_desired_password_here>' | base64
Fig 1: depicts secret file
Example:
Fig 2: depicts the echo statement to assist in showing the conversion to base 64