Skip to content

Commit 2adb828

Browse files
authored
Update ci.yaml
1 parent 889fd6d commit 2adb828

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ jobs:
144144
helm upgrade --install vdb-op vertica-charts/verticadb-operator \
145145
-n my-verticadb-operator -f operator-values.yaml --wait --timeout 10m
146146
kubectl -n my-verticadb-operator get pods -o wide || true
147-
148147
- name: Deploy VerticaDB and per-node Services
149148
run: |
150149
cat <<'EOF' | kubectl apply -f -
@@ -156,7 +155,7 @@ jobs:
156155
spec:
157156
image: opentext/vertica-k8s:latest
158157
dbName: vdb
159-
kSafety: 0 initPolicy: Create
158+
initPolicy: Create
160159
communal:
161160
path: s3://vertica-fleeting/mkottakota/
162161
credentialSecret: communal-creds

0 commit comments

Comments
 (0)