Skip to content

Commit

Permalink
Corrected lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Grudev <[email protected]>
  • Loading branch information
itay-grudev committed May 30, 2024
1 parent 56be815 commit 1bfc4ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ cluster:

# -- Reference to `ImageCatalog` of `ClusterImageCatalog`, if specified takes precedence over `cluster.imageName`
imageCatalogRef: {}
#kind: ImageCatalog
#name: postgresql
# kind: ImageCatalog
# name: postgresql

# -- Image pull policy. One of Always, Never or IfNotPresent. If not defined, it defaults to IfNotPresent. Cannot be updated.
# More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
Expand Down Expand Up @@ -301,8 +301,8 @@ imageCatalog:
create: true
# -- List of images to be provisioned in an image catalog.
images: []
#- image: ghcr.io/your_repo/your_image:your_tag
# major: 16
# - image: ghcr.io/your_repo/your_image:your_tag
# major: 16

pooler:
# -- Whether to enable PgBouncer
Expand Down

0 comments on commit 1bfc4ea

Please sign in to comment.