Skip to content

Commit

Permalink
Pick proper VerticaDB yaml for verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Spilchen committed Jan 11, 2024
1 parent 5d9da52 commit 0e0bf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-public-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Create a VerticaDB CR
run: |
kubectl apply --namespace my-verticadb-operator -f config/samples/v1beta1_verticadb.yaml
kubectl apply --namespace my-verticadb-operator -f config/samples/verticadb_sample.yaml
kubectl wait --for=condition=DBInitialized=True --namespace my-verticadb-operator vdb/verticadb-sample --timeout=10m
kubectl get pods --namespace my-verticadb-operator --selector app.kubernetes.io/instance=verticadb-sample
Expand Down

0 comments on commit 0e0bf58

Please sign in to comment.