layer5io / meshery-smp-action

GitHub Action for pipelining microservices and Kubernetes performance testing with Meshery
https://layer5.io/projects/nighthawk
Apache License 2.0
27 stars 21 forks source link

Replace `app onboard` with `pattern apply` #73

Closed gyohuangxin closed 1 year ago

gyohuangxin commented 1 year ago

Current Behavior

Currently we use app onboard to deploy manifests.

Desired Behavior

We should use pattern apply where possible as that gives us flexibility and configurability.

Implementation

Acceptance Tests

Mockups


Contributor Guide