File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import (
3737)
3838
3939var (
40- dbInstancePhaseValidate = "Valitating "
40+ dbInstancePhaseValidate = "Validating "
4141 dbInstancePhaseCreate = "Creating"
4242 dbInstancePhaseBroadcast = "Broadcasting"
4343 dbInstancePhaseProxyCreate = "ProxyCreating"
Original file line number Diff line number Diff line change 4646 cron : " 0 0 * * *"
4747 secretsTemplates :
4848 CONNECTION_STRING : " jdbc:{{ .Protocol }}://{{ .UserName }}:{{ .Password }}@{{ .DatabaseHost }}:{{ .DatabasePort }}/{{ .DatabaseName }}"
49- PASSWORD_USER : " {{ .Password }}_{{ .User }}"
49+ PASSWORD_USER : " {{ .Password }}_{{ .UserName }}"
5050` ` `
5151With ` secretsTemplates` you can add fields to the database secret that are composed by any string and by any of the following templated values:
5252` ` ` YAML
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ Possible phases and meanings
163163
164164| Phase | Description |
165165| ------------------- | ----------------------- |
166- | ` Valitating ` | Validate all the necessary fields provided in the resource spec |
166+ | ` Validating ` | Validate all the necessary fields provided in the resource spec |
167167| ` Creating ` | Create (only google type) or check if the database server is reachable |
168168| ` Broadcasting ` | Trigger ` Database ` phase cycle if there was an update on ` DbInstance ` |
169169| ` ProxyCreating ` | Creating Google Cloud Proxy ` Deployment ` and ` Service ` to be used as endpoint for connecting to the database (only google type) |
You can’t perform that action at this time.
0 commit comments