Skip to content

Commit

Permalink
fix: unique names
Browse files Browse the repository at this point in the history
  • Loading branch information
hakoneriksson committed Aug 23, 2023
1 parent 6b07fa2 commit 99d1631
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ spec:
environmentConfig:
- environment: dev
volumeMounts:
- name: pepm-model-storage-dev
- name: pepm-nrresqml-model-storage-dev
path: /mnt/azure-storage/models
blobfuse2:
protocol: fuse2
container: models
uid: 1000
- name: pepm-worker-storage-dev
- name: pepm-nrresqml-worker-storage-dev
path: /mnt/azure-storage/worker
blobfuse2:
protocol: fuse2
Expand All @@ -98,13 +98,13 @@ spec:
environmentConfig:
- environment: dev
volumeMounts:
- name: pepm-model-storage-dev
- name: pepm-nrchannest-model-storage-dev
path: /mnt/azure-storage/models
blobfuse2:
protocol: fuse2
container: models
uid: 1000
- name: pepm-worker-storage-dev
- name: pepm-nrchannest-worker-storage-dev
path: /mnt/azure-storage/worker
blobfuse2:
protocol: fuse2
Expand Down

0 comments on commit 99d1631

Please sign in to comment.