Andrew B
Andrew B
> You need to update the .txt as well as when the exporter is run it will delete all your work. Updated
Hey, I am using version v0.18.0 of the operator. `ghcr.io/alexandrevilain/temporal-operator:v0.18.0`
@alexandrevilain Hello! Tried with v0.17 of the operator and same deal. Here is the info of the certificate (omitted unnecessary details): ``` Certificate: Data: Version: 3 (0x2) Serial Number: d3:b1:80:b7:89:71:af:d7:d8:9c:0b:66:82:77:3c:67...
@yujunz As requested, added some test cases: https://github.com/alexandrevilain/temporal-operator/pull/795
> > When kubernetes tries to apply this, it fails, probably similar to the issue in: [kubernetes-sigs/kustomize#2734 (comment)](https://github.com/kubernetes-sigs/kustomize/issues/2734#issuecomment-905518074). The volumes is similar story, it is an array with objects that...
> I did test this case and it looks ok in unit test. > > ``` > Raw: []byte(`{"containers":[{"name":"test", "volumeMounts":[{"name":"b", "readOnly":true, "mountPath":"/b"}]}], "volumes":[{"name":"b", "secret": {"secretName": "test"}, "configMap": null}]}`), > ```...
Added a pull request to add functionality for JSON patching, which should provide override functionality in YAML arrays. https://github.com/alexandrevilain/temporal-operator/pull/875
Looking at the helm chart, it looks like you also have to pass in enabled: true under each service that you want a PDB for. For you I think it...