Skip to content

Commit 27b7c4f

Browse files
authored
Update ci.yaml
1 parent 038b445 commit 27b7c4f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,24 @@ jobs:
127127
--from-literal=secretkey="minioadmin"
128128
kubectl get secret communal-creds -n my-verticadb-operator -o yaml || true
129129
130+
# ---------------------------
131+
# Vertica Operator + DB Deployment
132+
# ---------------------------
133+
- name: Install Vertica Operator
134+
run: |
135+
cat <<'EOF' > operator-values.yaml
136+
installCRDs: true
137+
controller:
138+
extraEnv:
139+
- name: AWS_REGION
140+
value: "us-east-1"
141+
- name: AWS_DEFAULT_REGION
142+
value: "us-east-1"
143+
EOF
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+
130148
- name: Deploy VerticaDB and per-node Services
131149
run: |
132150
cat <<'EOF' | kubectl apply -f -

0 commit comments

Comments
 (0)