Erik Lund
Erik Lund
Looking into the code I see that it is possible to address elements in an array or map. ``` version: 0.0.1 dependencies: - name: common-stuff version: 1.0.0 ``` then ```...
Will this feature also support exclude directories like `/foo/**` or `/foo` in the git files generator?
It is an old issue but it looks as if you are setting CLONE_USE_WALG_RESTORE: "false" Set it to true and the clone will restore from S3. CLONE_USE_WALG_RESTORE: "true"
I don't see a way to specify another port used for the service. I guess your question is related to exposing the service through a loadbalancer. You will need an...
The StatefulSet should not be the owner. Sometimes a statefulset has to be recreated due to immutable fields. A delete of the statefulset should therefore not delete other resources.
The secret handing for S3SecretAccessKey could be changed to look like the PGPASSWORD configuration here: https://github.com/zalando/postgres-operator/blob/1c80ac0acd4fb15432e46d8dadac6f1bf4817d31/pkg/cluster/k8sres.go#L2180 however, with the little twist that the env should only be set if a...
See also pull-request #102
/assign @ashishranjan738
See also pull-request #102 which also solved issue issues #94
/assign @ashishranjan738