Skip to content

Commit 24a0b6e

Browse files
Removed ca volume mounts
1 parent d2693d1 commit 24a0b6e

File tree

5 files changed

+0
-60
lines changed

5 files changed

+0
-60
lines changed

Diff for: src/codeflare_sdk/templates/base-template.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ spec:
139139
memory: "8G"
140140
nvidia.com/gpu: 0
141141
volumeMounts:
142-
- name: ca-vol
143-
mountPath: "/home/ray/workspace/ca"
144-
readOnly: true
145-
- name: server-cert
146-
mountPath: "/home/ray/workspace/tls"
147-
readOnly: true
148142
- mountPath: /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
149143
name: odh-trusted-ca-cert
150144
subPath: odh-trusted-ca-bundle.crt
@@ -231,12 +225,6 @@ spec:
231225
memory: "12G"
232226
nvidia.com/gpu: "1"
233227
volumeMounts:
234-
- name: ca-vol
235-
mountPath: "/home/ray/workspace/ca"
236-
readOnly: true
237-
- name: server-cert
238-
mountPath: "/home/ray/workspace/tls"
239-
readOnly: true
240228
- mountPath: /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
241229
name: odh-trusted-ca-cert
242230
subPath: odh-trusted-ca-bundle.crt

Diff for: tests/test-case-no-mcad.yamls

-12
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ spec:
6666
memory: 8G
6767
nvidia.com/gpu: 0
6868
volumeMounts:
69-
- mountPath: /home/ray/workspace/ca
70-
name: ca-vol
71-
readOnly: true
72-
- mountPath: /home/ray/workspace/tls
73-
name: server-cert
74-
readOnly: true
7569
- mountPath: /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
7670
name: odh-trusted-ca-cert
7771
subPath: odh-trusted-ca-bundle.crt
@@ -146,12 +140,6 @@ spec:
146140
memory: 5G
147141
nvidia.com/gpu: 7
148142
volumeMounts:
149-
- mountPath: /home/ray/workspace/ca
150-
name: ca-vol
151-
readOnly: true
152-
- mountPath: /home/ray/workspace/tls
153-
name: server-cert
154-
readOnly: true
155143
- mountPath: /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
156144
name: odh-trusted-ca-cert
157145
subPath: odh-trusted-ca-bundle.crt

Diff for: tests/test-case-prio.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ spec:
9696
memory: 8G
9797
nvidia.com/gpu: 0
9898
volumeMounts:
99-
- mountPath: /home/ray/workspace/ca
100-
name: ca-vol
101-
readOnly: true
102-
- mountPath: /home/ray/workspace/tls
103-
name: server-cert
104-
readOnly: true
10599
- mountPath: /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
106100
name: odh-trusted-ca-cert
107101
subPath: odh-trusted-ca-bundle.crt
@@ -177,12 +171,6 @@ spec:
177171
memory: 5G
178172
nvidia.com/gpu: 7
179173
volumeMounts:
180-
- mountPath: /home/ray/workspace/ca
181-
name: ca-vol
182-
readOnly: true
183-
- mountPath: /home/ray/workspace/tls
184-
name: server-cert
185-
readOnly: true
186174
- mountPath: /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
187175
name: odh-trusted-ca-cert
188176
subPath: odh-trusted-ca-bundle.crt

Diff for: tests/test-case.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ spec:
9595
memory: 8G
9696
nvidia.com/gpu: 0
9797
volumeMounts:
98-
- mountPath: /home/ray/workspace/ca
99-
name: ca-vol
100-
readOnly: true
101-
- mountPath: /home/ray/workspace/tls
102-
name: server-cert
103-
readOnly: true
10498
- mountPath: /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
10599
name: odh-trusted-ca-cert
106100
subPath: odh-trusted-ca-bundle.crt
@@ -175,12 +169,6 @@ spec:
175169
memory: 5G
176170
nvidia.com/gpu: 7
177171
volumeMounts:
178-
- mountPath: /home/ray/workspace/ca
179-
name: ca-vol
180-
readOnly: true
181-
- mountPath: /home/ray/workspace/tls
182-
name: server-cert
183-
readOnly: true
184172
- mountPath: /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
185173
name: odh-trusted-ca-cert
186174
subPath: odh-trusted-ca-bundle.crt

Diff for: tests/test-default-appwrapper.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ spec:
8484
memory: 8G
8585
nvidia.com/gpu: 0
8686
volumeMounts:
87-
- mountPath: /home/ray/workspace/ca
88-
name: ca-vol
89-
readOnly: true
90-
- mountPath: /home/ray/workspace/tls
91-
name: server-cert
92-
readOnly: true
9387
- mountPath: /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
9488
name: odh-trusted-ca-cert
9589
subPath: odh-trusted-ca-bundle.crt
@@ -154,12 +148,6 @@ spec:
154148
memory: 2G
155149
nvidia.com/gpu: 0
156150
volumeMounts:
157-
- mountPath: /home/ray/workspace/ca
158-
name: ca-vol
159-
readOnly: true
160-
- mountPath: /home/ray/workspace/tls
161-
name: server-cert
162-
readOnly: true
163151
- mountPath: /etc/pki/tls/certs/odh-trusted-ca-bundle.crt
164152
name: odh-trusted-ca-cert
165153
subPath: odh-trusted-ca-bundle.crt

0 commit comments

Comments
 (0)