Skip to content

Commit

Permalink
Merge pull request #5 from philrhurst/main
Browse files Browse the repository at this point in the history
Update test.yaml (#106)
  • Loading branch information
philrhurst authored Oct 3, 2024
2 parents 26669d6 + 7a82608 commit 4cf0266
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
run: kubectl create namespace postgres-operator

- name: Install Operator
run: helm install pgo oci://registry.developers.crunchydata.com/crunchydata/pgo -n postgres-operator
run: |
helm install pgo oci://registry.developers.crunchydata.com/crunchydata/pgo \
-n postgres-operator \
--set disable_check_for_upgrades=True
- name: Use bash, so we can use double square-bracket [[ syntax in our scripts
run: |
Expand Down

0 comments on commit 4cf0266

Please sign in to comment.