Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse error at (_operator-controller.tpl:3): unexpected EOF #33

Open
mjourdan opened this issue Dec 19, 2024 · 1 comment
Open

parse error at (_operator-controller.tpl:3): unexpected EOF #33

mjourdan opened this issue Dec 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mjourdan
Copy link

Hi,

I encounter this issue since #20:

helm template . --name-template infra-service-test-awx-operator --namespace infra-awx --kube-version 1.28 --values ~/git/tanzu/clusters/infra-services-test/config-cd/awx/values.yaml --include-crds --debug
install.go:200: [debug] Original chart version: ""
install.go:217: [debug] CHART PATH: /home/mjourdan/git/awx-operator-helm/.helm/starter


Error: parse error at (awx-operator/templates/operator-controller/_operator-controller.tpl:3): unexpected EOF
helm.go:84: [debug] parse error at (awx-operator/templates/operator-controller/_operator-controller.tpl:3): unexpected EOF

Running the same command from the previous commit works fine:

$ git checkout ad749305af6
$ helm template . --name-template infra-service-test-awx-operator --namespace infra-awx --kube-version 1.28 --values ~/git/tanzu/clusters/infra-services-test/config-cd/awx/values.yaml --include-crds --debug
install.go:200: [debug] Original chart version: ""
install.go:217: [debug] CHART PATH: /home/mjourdan/git/awx-operator-helm/.helm/starter

---
# Source: awx-operator/templates/awx-deploy.yaml
apiVersion: awx.ansible.com/v1beta1
kind: AWX
metadata:
  name: awx
  namespace: infra-awx
spec:
  admin_user: admin
  service_annotations: |
    environment: testing
  service_labels: |
    environment: testing
  service_type: ClusterIP
  security_context_settings:
    runAsGroup: 0
    runAsUser: 0
    fsGroup: 0
    fsGroupChangePolicy: OnRootMismatch
@oraNod oraNod added the bug Something isn't working label Dec 19, 2024
@oraNod
Copy link
Contributor

oraNod commented Dec 19, 2024

Thanks for reporting the issue @mjourdan Please also feel free to browse the forum in case someone has already brought this up. There are plenty of active users on the forum who might be able to help diagnose or identify a fix. Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants