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
Error when trying to specify github-actions and github-actions-pod-labels parameters - cannot unmarshal bool into Go struct field ObjectMeta.spec.template.metadata.labels of type string
#3305
Using ArgoCD I'm trying to deploy version 0.7.0 of the gha-runner-scale-set-controller helm chart from ghcr.io/actions/actions-runner-controller-charts and it's failing with the podLabels.github-actions and podLabels.github-actions-pod-labels parameters:
attempting to deploy with these parameters set as such results in:
Deployment in version "v1" cannot be handled as a Deployment: json: cannot unmarshal bool into Go struct field ObjectMeta.spec.template.metadata.labels of type string
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using ArgoCD I'm trying to deploy version 0.7.0 of the gha-runner-scale-set-controller helm chart from ghcr.io/actions/actions-runner-controller-charts and it's failing with the podLabels.github-actions and podLabels.github-actions-pod-labels parameters:
attempting to deploy with these parameters set as such results in:
Beta Was this translation helpful? Give feedback.
All reactions