File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 22
22
seccompProfile :
23
23
type : RuntimeDefault
24
24
serviceAccountName : olm-operator-serviceaccount
25
- {{- if or .Values.olm.tlsSecret .Values.olm.clientCASecret }}
26
25
volumes :
27
- {{- end }}
28
26
{{- if .Values.olm.tlsSecret }}
29
27
- name : srv-cert
30
28
secret :
44
42
readOnlyRootFilesystem : true
45
43
capabilities :
46
44
drop : [ "ALL" ]
47
- {{- if or .Values.olm.tlsSecret .Values.olm.clientCASecret }}
48
45
volumeMounts :
49
- {{- end }}
50
46
{{- if .Values.olm.tlsSecret }}
51
47
- name : srv-cert
52
48
mountPath : " /srv-cert"
Original file line number Diff line number Diff line change 22
22
seccompProfile :
23
23
type : RuntimeDefault
24
24
serviceAccountName : olm-operator-serviceaccount
25
- {{- if or .Values.catalog.tlsSecret .Values.catalog.clientCASecret }}
26
25
volumes :
27
- {{- end }}
28
26
{{- if .Values.catalog.tlsSecret }}
29
27
- name : srv-cert
30
28
secret :
44
42
readOnlyRootFilesystem : true
45
43
capabilities :
46
44
drop : [ "ALL" ]
47
- {{- if or .Values.catalog.tlsSecret .Values.catalog.clientCASecret }}
48
45
volumeMounts :
49
- {{- end }}
50
46
{{- if .Values.catalog.tlsSecret }}
51
47
- name : srv-cert
52
48
mountPath : " /srv-cert"
You can’t perform that action at this time.
0 commit comments