We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351f808 commit aa7144cCopy full SHA for aa7144c
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