File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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 -
You can’t perform that action at this time.
0 commit comments