You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* doc(src/users/ssh-keys.md): include command add-ssh after key creation
* doc(src/troubleshooting/index.md): add notes for eventual ssh-agent env needs
* doc(src/quickstart/provider/gke/boot.md): add instructions on having kubectl script available
* doc(src/quickstart/provider/aws/boot.md): add instructions on having
kubectl script available
* doc(src/quickstart/provider/aws/install-aws.md): add note for required package
* doc(src/quickstart/install-cli-tools.md): add note for required package
* doc(src/installing-workflow/configuring-object-storage.md): add complimentary info for steps
* doc(src/quickstart/deploy-an-app.md): fix relative URL path
* doc(src/quickstart/provider/aws/boot.md): fix typos, output format and URLs
* doc(src/quickstart/provider/aws/dns.md): fix URL prefix
* doc(src/quickstart/deploy-an-app.md): reorg final section including deis keys:add
* doc(src/quickstart/install-cli-tools.md): add helmc binary to path
* doc(src/quickstart/install-cli-tools.md): include notes for Linux users
* doc(src/quickstart/install-cli-tools.md): add note about version numbers
* doc(various): fix typos
* doc(quickstart): use admonition note/important format.
* docs(cli-tools): update example version to 2.7.0
Copy file name to clipboardExpand all lines: src/installing-workflow/configuring-object-storage.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,9 @@ After setting a `STORAGE_TYPE` environment variable to the desired object storag
49
49
!!! note
50
50
These environment variables should be set **before** running `helmc generate` in Step 5.
51
51
52
-
**Option 2:** Using template file `tpl/generate_params.toml`
52
+
**Option 2:** Using template file `tpl/generate_params.toml` available at `$(helmc home)/workspace/charts/workflow-v2.7.0`
53
53
54
-
* Edit Helm Classic chart by running `helmc edit workflow-v2.7.0` and look for the template file `tpl/generate_params.toml`
54
+
* Edit Helm Classic chart by running `helmc edit workflow-v2.7.0` and look for the template file `tpl/generate_params.toml` (make sure you have the `$EDITOR` environment variable set with your favorite text editor)
55
55
* Update the `storage` parameter to reference the platform you are using, e.g. `s3`, `azure`, `gcs`, or `swift`
56
56
* Find the corresponding section for your storage type and provide appropriate values including region, bucket names, and access credentials.
57
57
* Save your changes to `tpl/generate_params.toml`.
@@ -61,7 +61,7 @@ After setting a `STORAGE_TYPE` environment variable to the desired object storag
61
61
62
62
### Step 5: Generate manifests
63
63
64
-
Generate the Workflow chart by running `helmc generate -x manifests workflow-v2.7.0`.
64
+
Generate the Workflow chart by running `helmc generate -x manifests workflow-v2.7.0` (if you have previously run this step, make sure you add `-f` to force its regeneration).
Copy file name to clipboardExpand all lines: src/quickstart/provider/aws/dns.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ names. The website for your registrar will provide detailed instructions and pri
28
28
for registering your domain name. For more information, see the following resources:
29
29
30
30
- To use Amazon Route 53 to register a domain name, see [Registering Domain Names Using Amazon Route 53](http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar.html).
31
-
- For a list of accredited registrars, see the [Accredited Registrar Directory](www.internic.net/regist.html).
31
+
- For a list of accredited registrars, see the [Accredited Registrar Directory](http://www.internic.net/regist.html).
32
32
33
33
Next, use your DNS service, such as your domain registrar, to create a wildcard CNAME record to
34
34
route queries to your load balancer. For more information, see the documentation for your DNS
0 commit comments