Skip to content

Commit

Permalink
Fix cloud-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
jnpacker committed Feb 4, 2021
1 parent 1c357a2 commit dc32706
Show file tree
Hide file tree
Showing 22 changed files with 10 additions and 5 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ metadata:
```
# How to use
To be announced.
1. The first time you want to start using the Subscriptions from the CLI, add the channel (source) repository.
```bash
oc apply -k subscriptions/channel
```
2. Now apply the subscription you want to demonstrato
```bash
oc apply -k subscriptions/DEMO_APP_NAME
```
3. You can also add these applications using the Red Had Advanced Cluster Management for Kubernetes console.
1 change: 0 additions & 1 deletion subscriptions/book-import/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
resources:
- namespace.yaml
- application.yaml
- ../channel/channel.yaml
- placementrule.yaml
- subscription.yaml
2 changes: 1 addition & 1 deletion subscriptions/channel/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resources:
- namespace.yaml
- channel.yaml
- secret.yaml
#- secret.yaml
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
resources:
- namespace.yaml
#- secret.yaml
- ../channelchannel.yaml
- placementrule-a-us1.yaml
- placementrule-a-us2.yaml
- placementrule-a-eu1.yaml
Expand Down
File renamed without changes.

0 comments on commit dc32706

Please sign in to comment.