We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
applying image update automation reformats yaml moving around comments (altering given order), and indents yaml sections back of 2 spaces
Steps to reproduce the behaviour:
for comments: original yaml block:
values: # storage: # multiWriteStorageClass: nfs ingress: host: lab extra: annotations: alb.ingress.kubernetes.io/tags: Env=LabQA annotations: certificate: arn: arn:aws:acm:eu-central-1:..........................
altered block:
values: ingress: host: lab extra: annotations: alb.ingress.kubernetes.io/tags: Env=LabQA annotations: certificate: arn: arn:aws:acm:eu-central-1:.......................... # storage: # multiWriteStorageClass: nfs
for indentation: original yaml block:
database: connections: - name: readonlyRegular connectTimeoutMS: 60000 socketTimeoutMS: 600000
keep comments and indentation in the way it is in original files, altering just the image updates tagged lines...
The text was updated successfully, but these errors were encountered:
Duplicate of: fluxcd/image-automation-controller#117 Upstream bug: kubernetes-sigs/kustomize#3559
Sorry, something went wrong.
No branches or pull requests
Describe the bug
applying image update automation reformats yaml moving around comments (altering given order), and indents yaml sections back of 2 spaces
To Reproduce
Steps to reproduce the behaviour:
for comments:
original yaml block:
altered block:
for indentation:
original yaml block:
altered block:
Expected behavior
keep comments and indentation in the way it is in original files, altering just the image updates tagged lines...
The text was updated successfully, but these errors were encountered: