Commit 0818be19 by Guangbo Chen Committed by Guangbo

fix ci lint fail on portworx

parent 4d6679e0
...@@ -102,11 +102,11 @@ spec: ...@@ -102,11 +102,11 @@ spec:
{{- if empty $etcdEndPoints }} {{- if empty $etcdEndPoints }}
{{- if eq $internalKVDB false }} {{- if eq $internalKVDB false }}
"{{ required "A valid kvdb url is required." .kvdb}}" "{{ required "A valid kvdb url is required." .kvdb }}"
{{- end -}} {{- end -}}
{{- else }} {{- else }}
"-k", "{{ regexReplaceAllLiteral "(;)" .kvdb "," }}", "-k", "{{ regexReplaceAllLiteral "(;)" .kvdb "," }}",
{{ end -}} {{- end -}}
"-c", "{{ required "Clustername cannot be empty" .clusterName }}", "-c", "{{ required "Clustername cannot be empty" .clusterName }}",
......
...@@ -4,7 +4,7 @@ usefileSystemDrive: false # true/false Instructs PX to use an unmoun ...@@ -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. usedrivesAndPartitions: false # Defaults to false. Change to true and PX will use unmounted drives and partitions.
journalDevice: journalDevice:
kvdb: kvdb: "etcd:http://192.168.70.90:2379"
internalKVDB: false # internal KVDB internalKVDB: false # internal KVDB
etcd: etcd:
credentials: none:none # Username and password for ETCD authentication in the form user:password 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