Commit 0818be19 by Guangbo Chen Committed by Guangbo

fix ci lint fail on portworx

parent 4d6679e0
......@@ -102,11 +102,11 @@ spec:
{{- if empty $etcdEndPoints }}
{{- if eq $internalKVDB false }}
"{{ required "A valid kvdb url is required." .kvdb}}"
"{{ required "A valid kvdb url is required." .kvdb }}"
{{- end -}}
{{- else }}
"-k", "{{ regexReplaceAllLiteral "(;)" .kvdb "," }}",
{{ end -}}
{{- end -}}
"-c", "{{ required "Clustername cannot be empty" .clusterName }}",
......
......@@ -4,7 +4,7 @@ usefileSystemDrive: false # true/false Instructs PX to use an unmoun
usedrivesAndPartitions: false # Defaults to false. Change to true and PX will use unmounted drives and partitions.
journalDevice:
kvdb:
kvdb: "etcd:http://192.168.70.90:2379"
internalKVDB: false # internal KVDB
etcd:
credentials: none:none # Username and password for ETCD authentication in the form user:password
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment