kube-icinga icon indicating copy to clipboard operation
kube-icinga copied to clipboard

line 32: did not find expected alphabetic or numeric character

Open Viv1986 opened this issue 4 years ago • 0 comments

Describe the bug

PS C:\project\kube-icinga> kubectl apply --validate -f .\kube-icinga.yaml secret/icinga-credentials unchanged clusterrole.rbac.authorization.k8s.io/kube-icinga configured clusterrolebinding.rbac.authorization.k8s.io/kubernetes-icinga created serviceaccount/kube-icinga unchanged error: error parsing .\kube-icinga.yaml: error converting YAML to JSON: yaml: line 32: did not find expected alphabetic or numeric character

To Reproduce

git clone repos kubectl apply -f kube-icinga.yaml

Expected behavior

work

Environment

  • kubectl ver 1.20
  • kubernetes server 1.17

Additional context

Add any other context about the problem here.

Viv1986 avatar Jan 26 '21 15:01 Viv1986