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

Unexpected behavior for key named 'on' #487

Closed
DennisDenuto opened this issue Sep 17, 2021 · 1 comment
Closed

Unexpected behavior for key named 'on' #487

DennisDenuto opened this issue Sep 17, 2021 · 1 comment
Labels
bug This issue describes a defect or unexpected behavior duplicate This issue is already captured by another issue

Comments

@DennisDenuto
Copy link
Contributor

What steps did you take:
I was trying to create a template for a github action:

on:
  push:
    branches:
      - develop

What happened:
ytt -f github-action.yml

results in:

true:
  push:
    branches:
    - develop

What did you expect:
For the key 'on' to stay as 'on' and not change to 'true'

Environment:

  • ytt version (use ytt --version): ytt version 0.36.0
  • OS (e.g. from /etc/os-release): osx

Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.

@DennisDenuto DennisDenuto added bug This issue describes a defect or unexpected behavior carvel triage This issue has not yet been triaged for relevance labels Sep 17, 2021
@pivotaljohn pivotaljohn added duplicate This issue is already captured by another issue and removed carvel triage This issue has not yet been triaged for relevance labels Sep 20, 2021
@pivotaljohn
Copy link
Contributor

duplicate of #407.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue describes a defect or unexpected behavior duplicate This issue is already captured by another issue
Projects
None yet
Development

No branches or pull requests

2 participants