Skip to content

Commit

Permalink
Merge pull request cloudforet-io#27 from GeunjeLEE/master
Browse files Browse the repository at this point in the history
fix: wrong url to download raw file
  • Loading branch information
G.J.LEE authored May 25, 2023
2 parents 2105b95 + ef2095f commit 9187d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If you want to use only one namespace, you don't create the `spaceone-plugin` na
### 3) Create Role and RoleBinding
First, download the [rbac.yaml](examples/rbac.yaml) file.
```bash
wget https://raw.githubusercontent.com/GeunjeLEE/charts/master/examples/rbac.yaml -O rbac.yaml
wget https://raw.githubusercontent.com/cloudforet-io/charts/master/examples/rbac.yaml -O rbac.yaml
```
And execute the following command.
```bash
Expand Down Expand Up @@ -123,7 +123,7 @@ supervisor-scheduler-6744657cb6-tpf78 2/2 Running 0
### 5) Initialize the Configuration
First, download the [initializer.yaml](examples/initializer.yaml) file.
```bash
wget https://raw.githubusercontent.com/GeunjeLEE/charts/master/examples/initializer.yaml -O initializer.yaml
wget https://raw.githubusercontent.com/cloudforet-io/charts/master/examples/initializer.yaml -O initializer.yaml
```
And execute the following command.
```bash
Expand Down

0 comments on commit 9187d7b

Please sign in to comment.