Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Very Good Content, I learned and Tried today, was helpful for a novice like me...
Good information..keep it up...
very interesting video, Thank you!
Thank you so much for your time
Nice Content👍👍👍
Thank you for watching. I hope you enjoyed it.
Hello, can I use a key value from a secret in a config map?
Sir.. I got detail information in simple words..
Can you show how you called the Environment variables in .env? In this case?
Thank you for watching, in the deployment yaml file you can use envFrom tag inside that you can give secret reference, I hope it is helpful
Well done.
Thanks brother
Please upload full tutorial about OpenShift.
Thanks for watching, sure I will bring more videos on openshift
how to write this yaml file can you please let me know.
Hi can you please let me know how do you encoded the data
Are you using Linux, macOS or Windows?You encode the data at the command line.bash: echo -n 'value_you_wish_to_encode_goes_here' | base64PowerShell: [Convert]::ToBase64String([char[]]'value_you_wish_to_encode_goes_here')
Very Good Content, I learned and Tried today, was helpful for a novice like me...
Good information..keep it up...
very interesting video, Thank you!
Thank you so much for your time
Nice Content👍👍👍
Thank you for watching. I hope you enjoyed it.
Hello, can I use a key value from a secret in a config map?
Sir.. I got detail information in simple words..
Can you show how you called the Environment variables in .env? In this case?
Thank you for watching, in the deployment yaml file you can use envFrom tag inside that you can give secret reference, I hope it is helpful
Well done.
Thanks brother
Please upload full tutorial about OpenShift.
Thanks for watching, sure I will bring more videos on openshift
how to write this yaml file can you please let me know.
Hi can you please let me know how do you encoded the data
Are you using Linux, macOS or Windows?
You encode the data at the command line.
bash: echo -n 'value_you_wish_to_encode_goes_here' | base64
PowerShell:
[Convert]::ToBase64String([char[]]'value_you_wish_to_encode_goes_here')