We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda38ae commit d793c76Copy full SHA for d793c76
helm/templates/operator-deployment.yaml
@@ -39,14 +39,14 @@ metadata:
39
"servicesNamespace": "{{ .Values.global.instanceNamespace }}",
40
"size": "{{ .Values.cpfs.size }}",
41
"storageClass": "{{ .Values.global.blockStorageClass }}"
42
- {{- if not .Values.cpfs.roksEnabled }},
+ {{- if not (.Values.cpfs.roksEnabled | default true) }},
43
"services": [
44
{
45
"name": "ibm-im-operator",
46
"spec": {
47
"authentication": {
48
"config": {
49
- "roksEnabled": {{ .Values.cpfs.roksEnabled }}
+ "roksEnabled": {{ .Values.cpfs.roksEnabled | default true }}
50
}
51
52
0 commit comments