Skip to content

Commit

Permalink
minor edit to the doc
Browse files Browse the repository at this point in the history
Signed-off-by: Hui Kang <[email protected]>
  • Loading branch information
Hui Kang committed Sep 3, 2021
1 parent 1892ff0 commit 00348eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/features/kustomize.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ patchesStrategicMerge:
image: nginx
```
The OpenAPI data is defined in a [file](https://github.com/argoproj/argo-rollouts/blob/master/docs/features/kustomize/rollout_cr_schema.json).
The OpenAPI data is auto-generated and defined in this [file](https://github.com/argoproj/argo-rollouts/blob/master/docs/features/kustomize/rollout_cr_schema.json).
An example kustomize app demonstrating the ability to use OpenAPI data with Rollouts can be seen
[here](https://github.com/argoproj/argo-rollouts/blob/master/test/kustomize/rollout).
3 changes: 1 addition & 2 deletions test/kustomize/rollout/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ images:
newTag: v2

openapi:
path: ../../../docs/features/kustomize/rollout.swagger.json
# path: ../../../docs/features/kustomize/rollout_cr_schema.json
path: ../../../docs/features/kustomize/rollout_cr_schema.json

patchesStrategicMerge:
- |-
Expand Down

0 comments on commit 00348eb

Please sign in to comment.