Skip to content

Commit

Permalink
v0.0.1-alpha.5 instalation in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Petar Cvitanović committed Sep 15, 2023
1 parent 67d0e65 commit aa7714e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ and give it a go! (~10 minute tutorial)
To install Cyclops in your cluster, run commands below:

```bash
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.0.1-alpha.4/install/cyclops-install.yaml
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.0.1-alpha.5/install/cyclops-install.yaml
```

It will create a new namespace called `cyclops` and deploy everything you need for your Cyclops instance to run.
Expand Down
2 changes: 1 addition & 1 deletion web/docs/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
To install Cyclops in your cluster, run commands below:

```bash
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.0.1-alpha.4/install/cyclops-install.yaml
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.0.1-alpha.5/install/cyclops-install.yaml
```

It will create a new namespace called `cyclops` and deploy everything you need for your Cyclops instance to run.
Expand Down
8 changes: 4 additions & 4 deletions web/docs/templates/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ about it and learn how to create one by following [Helm docs](https://helm.sh/do

On top of the usual schema, we added some more fields to help our users get as much from the UI.

| Name | Type | Description | Valid input |
|:----------------|--------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|
| `order` | string array | Defines the order of the fields in an object type property. <br/> Basically each time you use `properties`, you should also define the order of those properties | - |
| `fileExtension` | string | Sometimes you would like your text field not to be just a field, but also to get some highlighting based on the type of string you are saving. You can specify that in this field | `json`, `sh` |
| Name | Type | Description | Valid input |
|:----------------|--------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|
| `order` | string array | Defines the order of the fields in an object type property. <br/> Basically each time you use `properties`, you should also define the order of those properties | - |
| `fileExtension` | string | Sometimes you would like your text field not to be just a field, but also to get some highlighting based on the type of string you are saving. You can specify that in this field | `text`, `sh`, `json`, `yaml`, `toml`, `javascript`, `typescript` |

0 comments on commit aa7714e

Please sign in to comment.