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 (
37
37
)
38
38
39
39
var (
40
- dbInstancePhaseValidate = "Valitating "
40
+ dbInstancePhaseValidate = "Validating "
41
41
dbInstancePhaseCreate = "Creating"
42
42
dbInstancePhaseBroadcast = "Broadcasting"
43
43
dbInstancePhaseProxyCreate = "ProxyCreating"
Original file line number Diff line number Diff line change 46
46
cron : " 0 0 * * *"
47
47
secretsTemplates :
48
48
CONNECTION_STRING : " jdbc:{{ .Protocol }}://{{ .UserName }}:{{ .Password }}@{{ .DatabaseHost }}:{{ .DatabasePort }}/{{ .DatabaseName }}"
49
- PASSWORD_USER : " {{ .Password }}_{{ .User }}"
49
+ PASSWORD_USER : " {{ .Password }}_{{ .UserName }}"
50
50
` ` `
51
51
With ` secretsTemplates` you can add fields to the database secret that are composed by any string and by any of the following templated values:
52
52
` ` ` YAML
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ Possible phases and meanings
163
163
164
164
| Phase | Description |
165
165
| ------------------- | ----------------------- |
166
- | ` Valitating ` | Validate all the necessary fields provided in the resource spec |
166
+ | ` Validating ` | Validate all the necessary fields provided in the resource spec |
167
167
| ` Creating ` | Create (only google type) or check if the database server is reachable |
168
168
| ` Broadcasting ` | Trigger ` Database ` phase cycle if there was an update on ` DbInstance ` |
169
169
| ` 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