3.6.3. Using secrets
After creating secrets, you can create a pod to reference your secret, get logs, and delete the pod.
Procedure
Create the pod to reference your secret:
$ oc create -f <your_yaml_file>.yamlGet the logs:
$ oc logs secret-example-podDelete the pod:
$ oc delete pod secret-example-pod