Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Switch to Kyma 1.4.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
hudymi authored Aug 12, 2019
1 parent 7b86d91 commit 9a7f68f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion KYMA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0
20 changes: 8 additions & 12 deletions google-cloud/manifest/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ spec:
### MacOS
Follow these steps:
1. Open the Terminal.
2. Paste this command:
Copy the following command and paste it into your terminal:
```bash
tmpfile=$(mktemp /tmp/temp-cert.XXXXXX) \
Expand All @@ -42,22 +39,21 @@ spec:
&& rm $tmpfile
```
3. Copy the certificate string to clipboard.
4. Execute the command from Step 2.
On the GCP website, click **preview secret data** next to the **Certificate** details, and copy the certificate string.
Run the command you previously pasted into your terminal.
### Windows
Follow these steps:
1. Run the Command Prompt as administrator.
2. Paste this command:
Run the Command Prompt as an Administrator. Copy the following command and paste it into your Command Prompt:
```
powershell "$(Get-Clipboard | Out-File -FilePath kyma.cer | Out-Host;$?) -and $(certutil -f -addstore Root kyma.cer | Out-Host;$?) -and $(Remove-Item -path kyma.cer | Out-Host;$?)"
```
3. Copy the certificate string to clipboard.
4. Execute the command from Step 2.
On the GCP website, click **preview secret data** next to the **Certificate** details, and copy the certificate string.
Run the command you previously pasted into your Command Prompt.
info:
- name: Address
Expand Down

0 comments on commit 9a7f68f

Please sign in to comment.