mirror of
https://github.com/beclab/Olares
synced 2026-04-21 13:37:46 +00:00
* refactor: integrate app service into main repo * Delete framework/app-service/LICENSE.md * fix(manifest): remove unused manager deploy file * refactor: change the output dir of CRDs to the standard path --------- Co-authored-by: Peng Peng <billpengpeng@gmail.com>
12 lines
207 B
YAML
12 lines
207 B
YAML
apiVersion: app.bytetrade.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: bfl
|
|
labels:
|
|
app.bytetrade.io/name: bfl
|
|
spec:
|
|
# TODO(user): Add fields here
|
|
name: bfl
|
|
namespace: default
|
|
owner: admin
|
|
|