charts
charts copied to clipboard
cluster: add projected volume support
I added projected volume support in In cluster specification tested. my simple testing env: namespace: aaa clusterName: firstcnpg-cluster values:
projectedVolumeTemplate:
sources:
- secret:
name: crl
items:
- key: crl.pem
path: crl/crl-01.pem
secret successfully mounted in /projected/crl/crl-01.pem
Could you please include an example in the non-default configuration test?
Could you please include an example in the non-default configuration test?
to the file 01-non_default_configuration_cluster.yaml only or 01-non_default_configuration_cluster-assert.yaml too?
Could you please include an example in the non-default configuration test?
I have added projected volume definiton into values file 01-non_default_configuration_cluster.yaml
projectedVolumeTemplate:
sources:
- secret:
name: ca-secret
items:
- key: ca.crt
path: crt/ca-01.pem
I have reused a ca-secret from above and I expect, there is a ca.crt key in the secret.
Ihave fixed trailing spaces error
The test here is missing an assertion.
Can this be merged ?
The test here is missing an assertion.
I have added assertion in charts/cluster/test/postgresql-cluster-configuration/01-non_default_configuration_cluster-assert.yaml
I hope it's on the right place.
@itay-grudev we're also very interested in this feature. Do we have to fix something or is it just forgotten in the hustle?