Skip to content

Commit

Permalink
Add link to doc
Browse files Browse the repository at this point in the history
Signed-off-by: Hidetake Iwata <[email protected]>
  • Loading branch information
int128 committed Aug 7, 2024
1 parent 5e1f7d2 commit b7d5d53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/features/kustomize.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ configurations:
- https://argoproj.github.io/argo-rollouts/features/kustomize/rollout-transform.yaml
```
- With Kustomize 5 it is possible to reference the configuration directly from a remote resource:
```yaml
configurations:
- https://argoproj.github.io/argo-rollouts/features/kustomize/rollout-transform-kustomize-v5.yaml
```
- With Kustomize 4.5.5 kustomize can use kubernetes OpenAPI data to get merge key and patch strategy information about [resource types](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/openapi). For example, given the following rollout:
```yaml
Expand Down

0 comments on commit b7d5d53

Please sign in to comment.