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 889fd6d commit 2adb828Copy full SHA for 2adb828
.github/workflows/ci.yaml
@@ -144,7 +144,6 @@ jobs:
144
helm upgrade --install vdb-op vertica-charts/verticadb-operator \
145
-n my-verticadb-operator -f operator-values.yaml --wait --timeout 10m
146
kubectl -n my-verticadb-operator get pods -o wide || true
147
-
148
- name: Deploy VerticaDB and per-node Services
149
run: |
150
cat <<'EOF' | kubectl apply -f -
@@ -156,7 +155,7 @@ jobs:
156
155
spec:
157
image: opentext/vertica-k8s:latest
158
dbName: vdb
159
- kSafety: 0 initPolicy: Create
+ initPolicy: Create
160
communal:
161
path: s3://vertica-fleeting/mkottakota/
162
credentialSecret: communal-creds
0 commit comments