Skip to content

Commit 00f4c5c

Browse files
committed
chore(charts): set default to open rbac
1 parent 8cfced2 commit 00f4c5c

9 files changed

Lines changed: 16 additions & 16 deletions

File tree

charts/workflow/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ global:
77
# - s3: Store persistent data in AWS S3 (configure in S3 section)
88
# - azure: Store persistent data in Azure's object storage
99
# - gcs: Store persistent data in Google Cloud Storage
10+
# - oss: Store persistent data in Aliyun OSS
1011
# - minio: Store persistent data on in-cluster Minio server
1112
storage: minio
1213

@@ -73,7 +74,7 @@ global:
7374
# Valid values are:
7475
# - true: all RBAC-related manifests will be installed (in case your cluster supports RBAC)
7576
# - false: no RBAC-related manifests will be installed
76-
use_rbac: false
77+
use_rbac: true
7778

7879

7980
s3:

src/_includes/install-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Drycc Chart Repository contains everything needed to install Drycc Workflow
1717
Add this repository to Helm:
1818

1919
```
20-
$ helm repo add drycc https://charts.drycc.cc/stable/workflow
20+
$ helm repo add drycc http://charts.drycc.cc/stable
2121
```
2222

2323
## Install Drycc Workflow

src/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Welcome to Drycc
22

3-
Drycc is a community branch of the popular PaaS service deis. But since Microsoft acquired the Deis
4-
team, it has stopped updating, so it decided to work hard to build a completely new and open developer
5-
community.
3+
Drycc is a community branch of the popular PaaS service deis.
64

7-
We invite everyone to join us and help build the next generation of PaaS cloud services
5+
Since Microsoft acquired the Deis team, it has stopped updating, so it decided to work hard to
6+
build a completely new and open developer community, we invite everyone to join us and help build
7+
the next generation of PaaS cloud services.
88

99
Drycc Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer
1010
to any Kubernetes cluster, making it easy to deploy and manage applications.

src/installing-workflow/chart-provenance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ curl https://keybase.io/drycc/key.asc | gpg --import
3131
Charts signed with this key can then be verified when fetched:
3232

3333
```
34-
$ helm repo add drycc https://charts.drycc.cc/stable/workflow
34+
$ helm repo add drycc http://charts.drycc.cc/stable
3535
"drycc" has been added to your repositories
3636
3737
$ helm fetch --verify drycc/workflow --version v2.17.0
@@ -43,7 +43,7 @@ One can then inspect the fetched `workflow-v2.17.0.tgz.prov` provenance file.
4343
If the chart was not signed, the command above would result in:
4444

4545
```
46-
Error: Failed to fetch provenance "https://charts.drycc.cc/stable/workflow/workflow-v2.17.0.tgz.prov"
46+
Error: Failed to fetch provenance "http://charts.drycc.cc/stable/workflow/workflow-v2.17.0.tgz.prov"
4747
```
4848

4949
Alternatively, the chart can also be verified at install time:

src/installing-workflow/configuring-object-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you are using AWS S3 and your Kubernetes nodes are configured with appropriat
2929

3030
### Step 3: Add Drycc Repo
3131

32-
If you haven't already added the Helm repo, do so with `helm repo add drycc https://charts.drycc.cc/stable/workflow`
32+
If you haven't already added the Helm repo, do so with `helm repo add drycc http://charts.drycc.cc/stable`
3333

3434
### Step 4: Configure Workflow Chart
3535

src/installing-workflow/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The Drycc Chart Repository contains everything needed to install Drycc Workflow
5959
Add this repository to Helm:
6060

6161
```
62-
$ helm repo add drycc https://charts.drycc.cc/stable/workflow
62+
$ helm repo add drycc http://charts.drycc.cc/stable
6363
```
6464

6565
## Install Drycc Workflow
@@ -115,4 +115,3 @@ After installing Workflow, [register a user and deploy an application](../quicks
115115

116116
[Kubernetes v1.3.4+]: system-requirements.md#kubernetes-versions
117117
[helm]: https://github.com/kubernetes/helm/blob/master/docs/install.md
118-
[valuesfile]: https://charts.drycc.cc/stable/workflow/values-v2.17.0.yaml

src/quickstart/provider/azure-acs/install-azure-acs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Drycc Chart Repository contains everything needed to install Drycc Workflow
2424
Add this repository to Helm:
2525

2626
```
27-
$ helm repo add drycc https://charts.drycc.cc/stable/workflow
27+
$ helm repo add drycc http://charts.drycc.cc/stable
2828
```
2929

3030
## Create New Azure Storage Account

src/quickstart/provider/minikube/install-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Drycc Chart Repository contains everything needed to install Drycc Workflow
1919
Add this repository to Helm:
2020

2121
```
22-
$ helm repo add drycc https://charts.drycc.cc/stable/workflow
22+
$ helm repo add drycc http://charts.drycc.cc/stable
2323
```
2424

2525
## Install Drycc Workflow

src/roadmap/releases.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ this chart will also be packaged, signed and uploaded to its production chart re
134134
verify it can be fetched (and verified):
135135

136136
```
137-
$ helm repo add controller https://charts.drycc.cc/stable/controller
137+
$ helm repo add controller http://charts.drycc.cc/stable
138138
"controller" has been added to your repositories
139-
$ helm fetch --verify controller/controller --version v2.17.0
139+
$ helm fetch --verify drycc/controller --version v1.0.1
140140
Verification: &{0xc4207ec870 sha256:026e766e918ff28d2a7041bc3d560d149ee7eb0cb84165c9d9d00a3045ff45c3 controller-v2.17.0.tgz}
141141
```
142142

@@ -209,7 +209,7 @@ the chart versions existing in the `WORKFLOW_PREV_RELEASE` chart and the _most r
209209
(Therefore, if there are any unreleased commits in a component repo, they will not appear here):
210210

211211
```bash
212-
helm repo add drycc https://charts.drycc.cc/stable/workflow
212+
helm repo add drycc http://charts.drycc.cc/stable
213213
helm fetch --untar drycc/workflow --version $WORKFLOW_PREV_RELEASE
214214
dryccrel changelog global workflow/requirements.lock map.json > changelog-$WORKFLOW_RELEASE.md
215215
```

0 commit comments

Comments
 (0)