Skip to content

Commit

Permalink
wip: allow for config images
Browse files Browse the repository at this point in the history
  • Loading branch information
danduk82 committed Jan 5, 2023
1 parent 0e8ed26 commit 42e7f58
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ volumes: &common-volumes
items:
- key: pg_service_conf
path: pg_service.conf
v-qwc-data:
persistentVolumeClaim:
claimName: pvc-qwc-data
readOnly: true
# v-qwc-data:
# persistentVolumeClaim:
# claimName: pvc-qwc-data
# readOnly: true

volumeMounts: &common-volume-mounts
/srv/pg_service.conf:
Expand Down Expand Up @@ -125,7 +125,6 @@ qgis:
http:
containerPort: 80
volumeMounts:
<<: *common-volume-mounts
/data:
name: v-qwc-data
subPath: qgs-resources
Expand Down

0 comments on commit 42e7f58

Please sign in to comment.