10 lines
269 B
YAML
10 lines
269 B
YAML
# Copyright 2022 Canonical
|
|
# See LICENSE file for licensing details.
|
|
|
|
create-share:
|
|
description: Create a new CephFS Backed NFS export
|
|
params:
|
|
allowed-ips:
|
|
description: IP Addresses to grant Read/Write access to
|
|
type: string
|
|
default: "0.0.0.0" |