Skip to content

Commit

Permalink
fix email : proxysql docs
Browse files Browse the repository at this point in the history
Signed-off-by: TasdidurRahman <[email protected]>
  • Loading branch information
TasdidurRahman committed Dec 8, 2022
1 parent a4f2640 commit 8b864c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ spec:
ipAddresses:
- "127.0.0.1"
emailAddresses:
- "tasdid@appscode.com"
- "spike@appscode.com"
8 changes: 4 additions & 4 deletions docs/guides/proxysql/reconfigure-tls/cluster/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ spec:
ipAddresses:
- "127.0.0.1"
emailAddresses:
- "tasdid@appscode.com"
- "spike@appscode.com"
```
Let's apply and wait for the ops-request to be succeeded.
Expand Down Expand Up @@ -491,7 +491,7 @@ Spec:
proxy-server
proxy-server.demo.svc
Email Addresses:
tasdid@appscode.com
spike@appscode.com
Ip Addresses:
127.0.0.1
Issuer Ref:
Expand Down Expand Up @@ -604,7 +604,7 @@ Spec:
proxy-server
proxy-server.demo.svc
Email Addresses:
tasdid@appscode.com
spike@appscode.com
Ip Addresses:
127.0.0.1
Issuer Ref:
Expand Down Expand Up @@ -660,7 +660,7 @@ Let's check the current info first.
```bash
root@proxy-server-0:/# openssl x509 -in /var/lib/proxysql/proxysql-cert.pem -inform PEM -subject -email -nameopt RFC2253 -noout
subject=CN=proxy-server,O=kubedb:server
tasdid@appscode.com
spike@appscode.com
```
### Apply ops-request to update TLS
Expand Down

0 comments on commit 8b864c7

Please sign in to comment.