You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to use ephemeral volumes with separate secrets. I've tried multiple ways to provide the Secret to the inline volume construct without any rate of success.
The error seems to be that the content in the Secret can't be looked up:
Warning FailedMount 90s (x15 over 9m37s) kubelet (combined from similar events): MountVolume.SetUp failed for volume "my-volume-1" : rpc error: code = Unknown desc = Exception calling application: Could not find username.
field = username
tip = Make sure username is present in secret.
timestamp = 2024-09-17T18:55:51.246849
If I specify secretName in Helm values AND endpoint (even if the Secret contains endpoint) it works as expected.
The text was updated successfully, but these errors were encountered:
I need to use ephemeral volumes with separate secrets. I've tried multiple ways to provide the Secret to the inline volume construct without any rate of success.
or:
The error seems to be that the content in the
Secret
can't be looked up:If I specify
secretName
in Helm values ANDendpoint
(even if the Secret contains endpoint) it works as expected.The text was updated successfully, but these errors were encountered: