Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
  • Loading branch information
AleksZimin committed Feb 13, 2024
1 parent 41d838a commit 203dddf
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions templates/sds-lvm-controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,44 +92,7 @@ spec:
{{- else if eq .Values.sdsLvm.logLevel "TRACE" }}
value: "4"
{{- end }}
- name: LS_USER_CERTIFICATE
valueFrom:
secretKeyRef:
name: linstor-client-https-cert
key: tls.crt
- name: LS_USER_KEY
valueFrom:
secretKeyRef:
name: linstor-client-https-cert
key: tls.key
- name: LS_ROOT_CA
valueFrom:
secretKeyRef:
name: linstor-client-https-cert
key: ca.crt
- name: LS_CONTROLLERS
value: https://linstor.d8-{{ .Chart.Name }}.svc:3371
- name: CONTROLLER_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
volumeMounts:
- name: host-device-dir
mountPath: /dev/
- name: host-sys-dir
mountPath: /sys/
- name: host-root
mountPath: /host-root/
mountPropagation: HostToContainer
volumes:
- name: host-device-dir
hostPath:
path: /dev
type: ""
- name: host-sys-dir
hostPath:
path: /sys/
type: Directory
- name: host-root
hostPath:
path: /

0 comments on commit 203dddf

Please sign in to comment.