Skip to content

Commit

Permalink
Use ENV_NAME parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Marcantonio <[email protected]>
  • Loading branch information
lennysgarage committed Aug 8, 2024
1 parent 4aa117d commit a8fddd0
Showing 1 changed file with 3 additions and 3 deletions.
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: stage-spicedb-config
secretName: ${ENV_NAME}-spicedb-config
patches:
- kind: Deployment
patch:
Expand Down Expand Up @@ -56,7 +56,7 @@ objects:
valueFrom:
secretKeyRef:
key: preshared_key
name: stage-spicedb-config
name: ${ENV_NAME}-spicedb-config
- name: SPICEDB_ENDPOINT
value: ${CLOWDAPP_NAME}-spicedb:50051
webServices:
Expand All @@ -69,7 +69,7 @@ parameters:
value: relations
- description : ClowdEnvironment name
name: ENV_NAME
value: stage
value: ${ENV_NAME}
- description: Namespace to deploy into
name: NAMESPACE
value: ${NAMESPACE}
Expand Down

0 comments on commit a8fddd0

Please sign in to comment.