Signed-off-by: Martin Lowe martin.lowe@eclipse-foundation.org
Created by: mbarbero
Please check https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets-as-files-from-a-pod for how to use secret inside pod's container. You need 2 things: a volume declaration (that reference the secret itself) and a volume mount to indicate where the volume should be mounted.
Created by: mbarbero
Please check https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets-as-files-from-a-pod for how to use secret inside pod's container. You need 2 things: a volume declaration (that reference the secret itself) and a volume mount to indicate where the volume should be mounted.