Oldřich Jedlička
Oldřich Jedlička
@pavolloffay If I read it correctly, this is a solution for appending to an existing value and only when defined directly in the POD's env itself. I am solving wider...
So, to summarise. Your PR solves issue for the case when the environemntal variable is defined via `valueFrom`. My PR solves issue for the case when the environmental variable is...
We use ConfigMaps in base directory and customize them with `kubectl kustomize` in overlay directories for all environments and we do it for all our services. We set all environmental...
> As #3379 shows, we don't actually need to read external ConfigMaps and Secrets to achieve the latter. You cannot put the `OTEL_SERVICE_NAME` and other environmental values in single (overridable)...
> Allright, that makes sense. I'd like to support what you're asking for, but I'd really like to avoid all the machinery in this PR. We'll discuss it during our...
I have rebased the code and added e2e tests.
> > I am solving wider issue - my code is able to actually read ConfigMaps and Secrets, so when for example OTEL_SERVICE_NAME is defined in ConfigMap (via envFrom), it...
> I see what you mean https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables > > ``` > apiVersion: v1 > kind: Pod > metadata: > name: dapi-test-pod > spec: > containers: > - name: test-container >...
Ok, thanks and also thanks for fast response 😊
I found one strange behaviour. Compare the following: ``` WARNING:esys:src/tss2-esys/api/Esys_StartAuthSession.c:390:Esys_StartAuthSession_Finish() Received TPM Error ERROR:esys:src/tss2-esys/api/Esys_StartAuthSession.c:136:Esys_StartAuthSession() Esys Finish ErrorCode (0x00000903) ERROR: Esys_StartAuthSession(0x903) - tpm:warn(2.0): out of memory for session contexts ERROR: Unable...