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
Copy file name to clipboardExpand all lines: templates/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,8 @@ deploy-production: # or any step you would like to require Explicit approval
58
58
### Branch Protection
59
59
Your repository comes with a protected branch `master` and you can edit Branch protection in **Branches** tab of Github settings. This ensures code passes tests before getting merged into your default branch.
60
60
By default it requires `[lint, unit-test]` to be passing to allow Pull requests to merge.
61
-
62
61
<% end %>
62
+
63
63
## Database credentials
64
64
Your application is assumed[(ref)][base-deployment-secret] to rely on a database(RDS), In your Kubernetes
65
65
application namespace, an application specific user has been created for you and hooked up to the application already.
0 commit comments