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

[tempo-vulture] fix yaml indentation error #3194

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Jul 23, 2024

  1. tempo-vulture: fix yaml indentation error

    Using the following values:
    
    	tempoAddress:
    	  push: "http://p"
    	  query: "http://q"
    	annotations:
    	  foo: bar
    	  baz: fop
    
    helm template produced yaml that looked like:
    
    	  annotations:    baz: fop
    	    foo: bar
    
    The reason was that it was using indent, instead of nindent.
    
    Signed-off-by: Aaron Delaney <[email protected]>
    devoxel committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1583743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4f52d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    a753775 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    549f393 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    0cfbe4f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    29138c7 View commit details
    Browse the repository at this point in the history