We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 351f808 + aa7144c commit f586fb0Copy full SHA for f586fb0
1 file changed
src/managing-workflow/platform-ssl.md
@@ -65,8 +65,8 @@ metadata:
65
namespace: deis
66
type: Opaque
67
data:
68
- cert: LS0...tCg==
69
- key: LS0...LQo=
+ tls.crt: LS0...tCg==
+ tls.key: LS0...LQo=
70
```
71
72
Once you've created the `deis-router-plaform-cert.yaml` file, you can install the manifest with `kubectl create -f
0 commit comments