Skip to content

Commit

Permalink
fix(mounts): fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 committed Nov 3, 2023
1 parent 657278f commit ebfe477
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kube/services/gen3-discovery-ai/gen3-discovery-ai-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
volumeMounts:
- name: gen3-discovery-ai-g3auto-volume
readOnly: true
mountPath: /gen3discoveryai/storage_config.json
mountPath: /gen3discoveryai/
subPath: storage_config.json
- name: gen3-discovery-ai-knowledge-library-volume
mountPath: /gen3discoveryai/knowledge
Expand Down Expand Up @@ -88,15 +88,15 @@ spec:
volumeMounts:
- name: gen3-discovery-ai-g3auto-volume
readOnly: true
mountPath: /gen3discoveryai/.env
mountPath: /gen3discoveryai/
subPath: env
- name: gen3-discovery-ai-g3auto-volume
readOnly: true
mountPath: /gen3discoveryai/
subPath: credentials.json
- name: gen3-discovery-ai-g3auto-volume
readOnly: true
mountPath: /gen3discoveryai/storage_config.json
mountPath: /gen3discoveryai/
subPath: storage_config.json
- name: gen3-discovery-ai-knowledge-library-volume
mountPath: /gen3discoveryai/knowledge
Expand Down Expand Up @@ -137,7 +137,7 @@ spec:
volumeMounts:
- name: gen3-discovery-ai-g3auto-volume
readOnly: true
mountPath: /gen3discoveryai/.env
mountPath: /gen3discoveryai/
subPath: env
- name: gen3-discovery-ai-g3auto-volume
readOnly: true
Expand Down

0 comments on commit ebfe477

Please sign in to comment.