Skip to content

Commit 69bce51

Browse files
authored
update var
update variable to use http:// per documentation https://docs.couchbase.com/operator/current/howto-client-sdks.html#ip-based-addressing
1 parent 5bb7b70 commit 69bce51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kind-maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "envIpPort=$(kubectl get svc default-couchbase-cluster-ui -o jsonpath='{.spec.ports[].nodePort}')" >> $GITHUB_ENV
5151
- name: combine to full connection string
5252
run: |
53-
echo "connectionString=$(echo "${envIpAddress}:${envIpPort}?network=external" | sed -e 's/[]$.*[\^]/\\&/g' )" | xargs >> $GITHUB_ENV
53+
echo "connectionString=$(echo "http://${envIpAddress}:${envIpPort}?network=external" | sed -e 's/[]$.*[\^]/\\&/g' )" | xargs >> $GITHUB_ENV
5454
- name: fix connection string
5555
run: |
5656
echo "${{ env.connectionString }}"

0 commit comments

Comments
 (0)