We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kubernetes secret may be great in 2 places:
postfix certificates Currently a volume is doing the same, this work is done in https://github.com/atb00ker/terraform-kubernetes-openwisp/tree/improvement/secret but unfortunately, secrets can no longer be mounted for read & write, hence, this has failed for now.
django secret Same problem as above, can't edit the secret file from container.
Blocked by: Current unability to mount as read & write.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Kubernetes secret may be great in 2 places:
postfix certificates
Currently a volume is doing the same, this work is done in https://github.com/atb00ker/terraform-kubernetes-openwisp/tree/improvement/secret but unfortunately, secrets can no longer be mounted for read & write, hence, this has failed for now.
django secret
Same problem as above, can't edit the secret file from container.
Blocked by: Current unability to mount as read & write.
The text was updated successfully, but these errors were encountered: