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
With this bug I cannot deploy temporal with "mode" annotations, due to error
│ * Deployment in version "v1" cannot be handled as a Deployment: json: cannot unmarshal number into Go struct field ObjectMeta.spec.template.metadata.annotations of type string
slavb18
added a commit
to iconicompany/iconicluster
that referenced
this issue
Oct 31, 2024
What are you really trying to do?
I want to setup pod annotations using values.yaml for step-ca
Describe the bug
Example values.yaml:
In Job I see right result with quotes "0600"
In Deployment created from temporal/templates/server-deployment.yaml result is wrong:
Minimal Reproduction
run
helm install --namespace temporal --dry-run --repo https://go.temporal.io/helm-charts -f values.yaml temporal temporal --timeout 900s --create-namespace
Environment/Versions
I think bug in temporal.resourceAnnotations, and Job template working correct becouse it not uses temporal.resourceAnnotations
The text was updated successfully, but these errors were encountered: