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
When trying to use writeConnectionSecretToRef for the filesystem resource, it doesn't output the filesystem ID into the connection secret. It ends up being an empty secret. Also when using publishConnectionDetailsTo, there is no secret created at all. We want to use the output of the filesystem id in some flux and kustomization patches.
What could help solve your problem?
Adding the filesystem id into the config.go for efs.
I am going to try contribute back and create a PR.
The text was updated successfully, but these errors were encountered:
What problem are you facing?
When trying to use writeConnectionSecretToRef for the filesystem resource, it doesn't output the filesystem ID into the connection secret. It ends up being an empty secret. Also when using publishConnectionDetailsTo, there is no secret created at all. We want to use the output of the filesystem id in some flux and kustomization patches.
What could help solve your problem?
Adding the filesystem id into the config.go for efs.
I am going to try contribute back and create a PR.
The text was updated successfully, but these errors were encountered: