type fstab/cifs #723
Unanswered
albertkohl-monotek
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is there a way to create a secret that will work with fstab/cifs flex-volume?
https://github.com/fstab/cifs
currently, i would make a secret:
apiVersion: v1
kind: Secret
metadata:
name: cifs-secret
namespace: home
type: fstab/cifs
data:
username: 'dXNlcg=='
password: 'cGFzc3dvcmQ='
but i cant seem to figure out how to get something like this to work with S.S.
any advice? i know the TYPE in the case is required for it to work w/ the flexvol.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions