Add Volume
This commit is contained in:
@@ -15,9 +15,18 @@ spec:
|
||||
labels:
|
||||
app: oc-workspace
|
||||
spec:
|
||||
volumes:
|
||||
- name: oc-pem
|
||||
secret:
|
||||
secretName: oc-peer-pem
|
||||
optional: true
|
||||
containers:
|
||||
- image: "{{ .Values.ocWorkspace.image }}"
|
||||
name: oc-workspace
|
||||
volumeMounts:
|
||||
- name: oc-pem
|
||||
mountPath: /app/pem
|
||||
readOnly: true
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: opencloud-config
|
||||
|
||||
Reference in New Issue
Block a user