Skip to content

Commit

Permalink
Remove extra parameters and mounts (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
wscalf authored Sep 11, 2024
1 parent 73ed3b0 commit a444bab
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions deploy/kessel-relations-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ objects:
spec:
template:
spec:
volumes:
- name: bootstrap
configMap:
name: spicedb-schema
containers:
- name: spicedb
resources:
Expand All @@ -31,14 +27,7 @@ objects:
cpu: "25m"
limits:
memory: "256Mi"
cpu: "100m"
env:
- name: "SPICEDB_DATASTORE_BOOTSTRAP_OVERWRITE"
value: "true"
volumeMounts:
- name: bootstrap
mountPath: /etc/bootstrap

cpu: "100m"
- apiVersion: cloud.redhat.com/v1alpha1
kind: ClowdApp
metadata:
Expand Down

0 comments on commit a444bab

Please sign in to comment.