Skip to content

Commit

Permalink
chore: take out quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilvela committed Mar 22, 2024
1 parent 387cdac commit b2e77a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/edb-postgres-distributed-for-kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ replicaCount: 1
image:
# Additional Registries
# repository: docker.enterprisedb.com/k8s_standard_pgd/pg4k-pgd
repository: "docker.enterprisedb.com/k8s_enterprise_pgd/pg4k-pgd"
repository: docker.enterprisedb.com/k8s_enterprise_pgd/pg4k-pgd
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down Expand Up @@ -81,10 +81,10 @@ config:
PULL_SECRET_NAME: pgd-operator-pull-secret
# -- Specifies the location of the pgd image to be used for the operator
# docker.enterprisedb.com/k8s_standard_pgd/postgresql-pgd:15.4-5.2.0
PGD_IMAGE_NAME: "docker.enterprisedb.com/k8s_enterprise_pgd/postgresql-pgd:15.4-5.2.0"
PGD_IMAGE_NAME: docker.enterprisedb.com/k8s_enterprise_pgd/postgresql-pgd:15.4-5.2.0
# -- Specifies the location of the pgd-proxy image to be used for the operator
# docker.enterprisedb.com/k8s_standard_pgd/edb-pgd-proxy:5.2.0-1
PGD_PROXY_IMAGE_NAME: "docker.enterprisedb.com/k8s_enterprise_pgd/edb-pgd-proxy:5.2.0-1"
PGD_PROXY_IMAGE_NAME: docker.enterprisedb.com/k8s_enterprise_pgd/edb-pgd-proxy:5.2.0-1
name: pgd-operator-controller-manager-config

# -- Additional arguments to be added to the operator's args list
Expand Down Expand Up @@ -164,7 +164,7 @@ edb-postgres-for-kubernetes:
image:
# Additional Registries
# repository: docker.enterprisedb.com/k8s_standard_pgd/edb-postgres-for-kubernetes
repository: "docker.enterprisedb.com/k8s_enterprise_pgd/edb-postgres-for-kubernetes"
repository: docker.enterprisedb.com/k8s_enterprise_pgd/edb-postgres-for-kubernetes
imagePullSecrets:
- name: pgd-operator-pull-secret
config:
Expand Down

0 comments on commit b2e77a0

Please sign in to comment.