mirror of
https://github.com/singchia/frontier.git
synced 2025-12-24 13:27:50 +08:00
operator: define new api
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Adds namespace to all resources.
|
||||
namespace: operator-system
|
||||
namespace: operator-new-system
|
||||
|
||||
# Value of this field is prepended to the
|
||||
# names of all resources, e.g. a deployment named
|
||||
# "wordpress" becomes "alices-wordpress".
|
||||
# Note that it should also match with the prefix (text before '-') of the namespace
|
||||
# field above.
|
||||
namePrefix: operator-
|
||||
namePrefix: operator-new-
|
||||
|
||||
# Labels to add to all resources and selectors.
|
||||
#labels:
|
||||
@@ -15,7 +15,7 @@ namePrefix: operator-
|
||||
# someName: someValue
|
||||
|
||||
resources:
|
||||
#- ../crd
|
||||
- ../crd
|
||||
- ../rbac
|
||||
- ../manager
|
||||
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
|
||||
|
||||
Reference in New Issue
Block a user