gansheer opened a new issue, #5349:
URL: https://github.com/apache/camel-k/issues/5349
### What happened?
Installing the operator with the CLI and the parameter `
--operator-env-vars=CAMEL_K_SYNTHETIC_INTEGRATIONS=true` does not always works
to activate the synthetic integration support. This is because the default
value (`false`) is still present in the pod's container spec.
### Steps to reproduce
Install the operator:
```
kamel install --operator-id=camel-k-synthetic-env
--operator-env-vars=CAMEL_K_SYNTHETIC_INTEGRATIONS=true
```
Check the operator pod:
```yaml
spec:
containers:
- args:
...
- name: CAMEL_K_SYNTHETIC_INTEGRATIONS
value: "false"
- name: CAMEL_K_SYNTHETIC_INTEGRATIONS
value: "true"
- name: KAMEL_OPERATOR_ID
value: camel-k-synthetic-env
...
```
### Relevant log output
_No response_
### Camel K version
main branch
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]