mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
8 lines
167 B
YAML
8 lines
167 B
YAML
apiVersion: "database.arangodb.com/v1"
|
|
kind: "ArangoDeployment"
|
|
metadata:
|
|
name: "example-simple-single-no-auth"
|
|
spec:
|
|
mode: Single
|
|
auth:
|
|
jwtSecretName: None
|