diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-19 17:23:14 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-24 09:45:23 +0100 |
commit | 6a1ae6c27d8ef9e80802654b99e1e6ac239f2a53 (patch) | |
tree | 9465be7118f21c435432254e831debd5832f7760 /kubernetes/common/postgres/values.yaml | |
parent | 5229ec2ce61bbaf416c746c91254cb39175ff2bc (diff) |
[COMMON][POSTGRES] Uses new tpls for repos / images
This commit makes postgreSQL template to use the new generator for repositories
and images.
Issue-ID: OOM-2364
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Idac6c4cf2c36e3440d4a7c11bf7ed231d89cdb44
Diffstat (limited to 'kubernetes/common/postgres/values.yaml')
-rw-r--r-- | kubernetes/common/postgres/values.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/kubernetes/common/postgres/values.yaml b/kubernetes/common/postgres/values.yaml index 34e9d9137a..f815847f06 100644 --- a/kubernetes/common/postgres/values.yaml +++ b/kubernetes/common/postgres/values.yaml @@ -18,10 +18,6 @@ global: nodePortPrefix: 302 persistence: {} - readinessImage: onap/oom/readiness:3.0.1 - - # envsusbt - envsubstImage: dibi/envsubst ################################################################# # Secrets metaconfig @@ -45,12 +41,6 @@ secrets: # Application configuration defaults. ################################################################# -# BusyBox image -busyboxRepository: docker.io -busyboxImage: library/busybox:latest - -postgresRepository: crunchydata -image: crunchy-postgres:centos7-10.11-4.2.1 pullPolicy: Always # application configuration |