Maoz Zadok

Results 5 issues of Maoz Zadok

### Requirement I want to enable Service Performance Monitoring (SPM) feature with helm installation install procedure: ``` helm repo add jaegertracing https://jaegertracing.github.io/helm-charts helm upgrade --install jaeger jaegertracing/jaeger --values custom-values.yaml ```...

enhancement

error on container startup `Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/app": stat...

fix unbound variable error, the script call USERNAME and PASSWORD before setting it. USERNAME is reserved in Ubuntu 18.04 This pull request makes the following changes: * remove set -u...

cla:missing

How can I use it to StartInstances? what am I doing wrong? ``` AWS.init("XXXXX", "XXXXXXX); var i = { "InstanceIds": [ "i-XXXXXX" ] } var response = AWS.request( service='ec2', region='us-east-1',...

I may be missing something but when setting autoscaling.enabled to true the replicas count is not been configured Source: https://github.com/8gears/n8n-helm-chart/blob/master/templates/deployment.worker.yaml ``` {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.scaling.worker.count }}...