Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add JSON schema for IDE validation #4581

Merged
merged 21 commits into from
Nov 24, 2020
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f18d2b8
fix(controller): Correct default port logic (#4547)
alexec Nov 17, 2020
5a76dc0
docs: Update cost optimisation to include information about cleaning…
snowzach Nov 17, 2020
a2335ea
docs: Added CloudSeeds as one of the users for argo (#4553)
L3Nerd Nov 18, 2020
325d5f8
fix: Respect continueOn for leaf tasks (#4455)
simster7 Nov 18, 2020
93da1a0
fix: executor/pns containerid prefix fix (#4555)
L3Nerd Nov 19, 2020
337047b
chore: Remove unused image build and push hooks (#4539)
terrytangyuan Nov 19, 2020
8dc491b
docs: Clean-up examples. Fixes #4124 (#4128)
secretlifeof Nov 19, 2020
b48996a
feat(ui): Add Template/Cron workflow filter to workflow page. Closes …
tczhao Nov 19, 2020
1ecb59b
chore: Updated stress test YAML (#4569)
alexec Nov 20, 2020
3a4b20c
docs: Updated kubectl apply command in manifests README (#4577)
sgloutnikov Nov 20, 2020
bf38cb2
feat(controller): Make MAX_OPERATION_TIME configurable. Close #4239 (…
alexec Nov 21, 2020
44df788
Append VSCode instructions - needs a stable schema URL
brabster Nov 21, 2020
18dab75
Add IDEA instructions, move CRD-based instructions to the bottom and …
brabster Nov 21, 2020
81779db
feat: Add JSON schema. Closes #4477
alexec Nov 16, 2020
3108998
js: M api/jsonschema/schema.json
alexec Nov 16, 2020
835ffa5
js: M hack/swagger/secondaryswaggergen.go
alexec Nov 16, 2020
667c33c
js: M api/jsonschema/schema.json
alexec Nov 17, 2020
37ba277
js: M hack/swagger/kubeifyswagger.go
alexec Nov 17, 2020
41f4918
Remove unneeded CRD-based IDE setup
brabster Nov 23, 2020
beeef6b
Update link to JSON schema
brabster Nov 23, 2020
3394a13
Merge branch 'master' into ide-support-vscode
alexec Nov 24, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: Updated kubectl apply command in manifests README (#4577)
Signed-off-by: Stefan Gloutnikov <[email protected]>
Signed-off-by: Paul Brabban <[email protected]>
  • Loading branch information
sgloutnikov authored and brabster committed Nov 24, 2020
commit 3a4b20cf29487e29742e320ca051d759a3f36d89
4 changes: 2 additions & 2 deletions manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Several sets of manifests are provided:

| File | Description |
|------|-------------|
| [install.yaml](install.yaml) | Standard argo cluster-wide installation. Controller operates on all namespaces |
| [install.yaml](install.yaml) | Standard argo cluster-wide installation. Controller operates on all namespaces. |
| [namespace-install.yaml](namespace-install.yaml) | Installation of argo which operates on a single namespace. Controller does not require to be run with clusterrole. Installs to `argo` namespace as an example. |
| [quick-start-minimal.yaml](quick-start-minimal.yaml) | Quick start including MinIO. Suitable for testing. |
| [quick-start-mysql.yaml](quick-start-mysql.yaml) | Quick start including MinIO and MySQL. Suitable for testing. |
| [quick-start-postgres.yaml](quick-start-postgres.yaml) | Quick start including MinIO and Postgres. Suitable for testing. |

If installing with `kubectl install -f https://...`, remember to use the link to the file's raw version.
If installing with `kubectl apply -f https://...`, remember to use the link to the file's raw version.
Otherwise you will get `mapping values are not allowed in this context`.

## Kustomize
Expand Down