Skip to main content

Secrets

In order to have a correct creation of database and other elements that are deployed with the application we must create by hand some secrets in the namespace of osdo.


kubectl create secret generic appkey-secret --namespace=osdo --from-literal=appkey-key=base64:hbjhbhjvvjghvh=

kubectl create secret generic dbcred-secret --namespace=osdo --from-literal=dbuser-key=user --from-literal=dbpass-key=nhvjgv

kubectl create secret generic mailcred-secret --namespace=osdo --from-literal=mailuser-key=api --from-literal=mailpass-key=405

These secrets are so that the BD and mail can be used within the application.