20 lines
237 B
CUE
20 lines
237 B
CUE
package compose
|
|
|
|
import (
|
|
"github.com/cortezaproject/corteza-server/codegen/schema"
|
|
)
|
|
|
|
chart: schema.#resource & {
|
|
parents: [
|
|
{handle: "namespace"},
|
|
]
|
|
|
|
rbac: {
|
|
operations: {
|
|
"read": {}
|
|
"update": {}
|
|
"delete": {}
|
|
}
|
|
}
|
|
}
|