File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
misc/helm-charts/operator Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 57
57
{{- if .Values.operator.args.enableInternalStatementLogging }}
58
58
- " --enable-internal-statement-logging"
59
59
{{- end }}
60
+ {{- if not .Values.operator.args.enableLicenseKeyChecks }}
61
+ - " --disable-license-key-checks"
62
+ {{- end }}
60
63
61
64
{{/* AWS Configuration */}}
62
65
{{- if eq .Values.operator.cloudProvider.type "aws" }}
Original file line number Diff line number Diff line change @@ -64,21 +64,21 @@ tests:
64
64
storage.storageClass.name : " "
65
65
asserts :
66
66
- matchRegex :
67
- path : spec.template.spec.containers[0].args[12 ] # Index of the environmentd-cluster-replica-sizes argument
67
+ path : spec.template.spec.containers[0].args[13 ] # Index of the environmentd-cluster-replica-sizes argument
68
68
pattern : disk_limit":"0"
69
69
- matchRegex :
70
- path : spec.template.spec.containers[0].args[12 ]
70
+ path : spec.template.spec.containers[0].args[13 ]
71
71
pattern : is_cc":true
72
72
73
73
- it : should have a cluster with disk limit to 1552MiB when storage class is configured
74
74
set :
75
75
storage.storageClass.name : " my-storage-class"
76
76
asserts :
77
77
- matchRegex :
78
- path : spec.template.spec.containers[0].args[12 ]
78
+ path : spec.template.spec.containers[0].args[13 ]
79
79
pattern : disk_limit":"1552MiB"
80
80
- matchRegex :
81
- path : spec.template.spec.containers[0].args[12 ]
81
+ path : spec.template.spec.containers[0].args[13 ]
82
82
pattern : is_cc":true
83
83
84
84
- it : should configure for AWS provider correctly
You can’t perform that action at this time.
0 commit comments