We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d72ec2 commit 86edbcaCopy full SHA for 86edbca
.github/workflows/kind-maven.yaml
@@ -43,11 +43,10 @@ jobs:
43
helm install default --values deployment/operator-values.yaml couchbase/couchbase-operator
44
- name: wait for cluster to come up
45
run: |
46
- sleep 60
47
-
+ sleep 180
48
- name: set IPAddress
49
50
- echo "ipAddress = $(kubectl get nodes -o jsonpath='{.items[*].status.addresses[?(@.type=="InternalIP")].address}')" >> $GITHUB_ENV
+ echo "ipAddress=$(kubectl get nodes -o jsonpath='{.items[*].status.addresses[?(@.type=="InternalIP")].address}')" >> $GITHUB_ENV
51
- name: set envIpPort
52
53
echo "ipPort = $(kubectl get svc default-couchbase-cluster-ui -o jsonpath='{.spec.ports[].nodePort}')" >> $GITHUB_ENV
0 commit comments