Skip to content

Commit

Permalink
Adds spicedb cluster resource to clowder template.
Browse files Browse the repository at this point in the history
  • Loading branch information
merlante committed Feb 28, 2024
1 parent 83991c1 commit 6578e61
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ kind: Template
metadata:
name: relationships
objects:
- apiVersion: authzed.com/v1alpha1
kind: SpiceDBCluster
metadata:
name: ${CLOWDAPP_NAME}-spicedb
spec:
config:
datastoreEngine: memory
secretName: dev-spicedb-config
- apiVersion: v1
kind: Secret
metadata:
name: dev-spicedb-config
stringData:
preshared_key: "averysecretpresharedkey"
- apiVersion: cloud.redhat.com/v1alpha1
kind: ClowdApp
metadata:
Expand Down

0 comments on commit 6578e61

Please sign in to comment.