-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
Create an implementor guide #101
Comments
I would like to see this topic explained: |
Add the discussion from #125 into the guide |
Based on the discussion in the Slack: Question: If there is a change in the ProvisionedService secret data value, how to make it reflect in the application container? It can be achieved by triggering the application reconciliation through a change in the PodSpec-able resource. |
https://kubernetes.slack.com/archives/C012F2GPMTQ/p1615207548014400 Baiju: Scott: |
Document how to project ServiceBinding resource's |
Fixes servicebinding#101 Signed-off-by: Baiju Muthukadan <[email protected]>
Fixes servicebinding#101 Signed-off-by: Baiju Muthukadan <[email protected]>
I think we can move this issue to the website repo. |
The spec is focused (properly) on what implementations must and must not do. It's hard for an implementor trying to understand how they can implement the specification. We should create an implementor guide that gives a non-normative overview of the concepts and recommendations for implementing the spec.
Topics to cover include:
mounting secrets as readonly
The text was updated successfully, but these errors were encountered: