-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update OLM installer bundles for pgAdmin API updates
This commit adds a new OLM example for the pgAdmin CRD and updates the bundle description file.
- Loading branch information
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,5 @@ kind: Kustomization | |
|
||
resources: | ||
- postgrescluster.example.yaml | ||
- pgadmin.example.yaml | ||
- pgupgrade.example.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: postgres-operator.crunchydata.com/v1beta1 | ||
kind: PGAdmin | ||
metadata: | ||
name: example-pgadmin | ||
namespace: openshift-operators | ||
spec: | ||
dataVolumeClaimSpec: | ||
accessModes: | ||
- ReadWriteOnce | ||
resources: | ||
requests: | ||
storage: 1Gi | ||
serverGroups: | ||
- name: "Crunchy Postgres for Kubernetes" | ||
postgresClusterSelector: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters