Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Reverted earlier commit which included some tests code.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyreddy authored Jan 30, 2023
1 parent f741968 commit e3e1d3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/cr/v1/cumulocity-iot-edge-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ metadata:
namespace: cumulocity-iot-edge # Replace with the Edge CR name you used
type: Opaque
stringData:
username: edge # Edge Repo username you received
password: fCPvymT9jW3#x{/d>w # Edge Repo password you received
username: <EDGE-REPO-USERNAME> # Edge Repo username you received
password: <EDGE-REPO-PASSWORD> # Edge Repo password you received

---
#
Expand All @@ -101,7 +101,7 @@ metadata:
namespace: cumulocity-iot-edge # Replace with the Edge CR name you used
type: Opaque
stringData:
license: aacaffe661936cf13bd297f1c27db66405ca639b48e22b62b37c0090f1b521b8f4dd9edb4fed829b1a12db760a707012ba2329e503453d32c4baaa610da38df3
license: <EDGE-LICENSE-KEY> # Replace with the Edge license key you received

---
#
Expand Down Expand Up @@ -213,4 +213,4 @@ spec:
- name: cumulocity-iot-edge-service-http # Replace 'cumulocity-iot-edge' with the Edge CR name you used. Name of the HTTP service for exposing the "cumulocity-core" pods
port: 443
tls:
passthrough: true
passthrough: true

0 comments on commit e3e1d3f

Please sign in to comment.