You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm keen on trying out this operator. I've been watching restate for a while and the addition of scalable deployments was the last thing required for me to give it a run!
However, I tried adding my tracing endpoints to the operator, but the generated YAML became invalid
Note the indentiation for - name: OPENT... and value: http://signoz.... They're being evaluated as container name instead. I'm guessing this is just modifying this line to 12 instead of 8.
For now, I'm continuing without tracing.
Good efforts!
// Patrick
The text was updated successfully, but these errors were encountered:
Hi!
I'm keen on trying out this operator. I've been watching restate for a while and the addition of scalable deployments was the last thing required for me to give it a run!
However, I tried adding my tracing endpoints to the operator, but the generated YAML became invalid
Note the indentiation for
- name: OPENT...
andvalue: http://signoz...
. They're being evaluated as container name instead. I'm guessing this is just modifying this line to 12 instead of 8.For now, I'm continuing without tracing.
Good efforts!
// Patrick
The text was updated successfully, but these errors were encountered: