-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
- Which image: N/A
- Where do you run it: aks, azure
- Production? no (not yet maybe ;)
- Type of issue? bug report
- PR Available!! (fix helm's postgres-operator/values.yaml #1480)
description
the data types in values.yaml are "wrong". if you just perform an "helm install" then the installation fails with a LOT of error messages about wrong data types.
for example configGeneral.enable_crd_validation is '"true"' (i.e. a string value) in the values.yaml file, but should be just 'true' (a yaml boolean value).
weirdly, #configPostgresPodResources.default_cpu_limit is expected to be string although a numerical value (wrong as well?), just like configConnectionPooler.connection_pooler_default_cpu_limit.
this commit fixes it. AFTER applying you can just do this:
helm upgrade -i pg-operator zalando/pg-operator
TESTED WITH 1.6.2.
see also:
https://git.io/J3z4S
Metadata
Metadata
Assignees
Labels
No labels