Skip to content

Commit f586fb0

Browse files
authored
Merge pull request #349 from HL70/doc-fix-platform-ssl
docs(platform-ssl.md): correct example manifest
2 parents 351f808 + aa7144c commit f586fb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/managing-workflow/platform-ssl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ metadata:
6565
namespace: deis
6666
type: Opaque
6767
data:
68-
cert: LS0...tCg==
69-
key: LS0...LQo=
68+
tls.crt: LS0...tCg==
69+
tls.key: LS0...LQo=
7070
```
7171

7272
Once you've created the `deis-router-plaform-cert.yaml` file, you can install the manifest with `kubectl create -f

0 commit comments

Comments
 (0)