Skip to content

Commit

Permalink
update secretName to spicedb-config
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Marcantonio <[email protected]>
  • Loading branch information
lennysgarage committed Aug 19, 2024
1 parent a8fddd0 commit 75e2dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kessel-relations-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ objects:
replicas: 1
datastoreEngine: postgres
datastoreBootstrapFiles: /etc/bootstrap/schema.yaml
secretName: ${ENV_NAME}-spicedb-config
secretName: spicedb-config
patches:
- kind: Deployment
patch:
Expand Down Expand Up @@ -56,7 +56,7 @@ objects:
valueFrom:
secretKeyRef:
key: preshared_key
name: ${ENV_NAME}-spicedb-config
name: spicedb-config
- name: SPICEDB_ENDPOINT
value: ${CLOWDAPP_NAME}-spicedb:50051
webServices:
Expand Down

0 comments on commit 75e2dcc

Please sign in to comment.