-
Notifications
You must be signed in to change notification settings - Fork 5
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
Remove creationTimestamp from ingress #704
Remove creationTimestamp from ingress #704
Conversation
I don't believe there's any issue here, all changes are where the whitespace is truncated |
though creationTimestamp you're right to remove (just as status shouldn't be in it) |
ah, well, it make sense. I apply those indentation fixes because the IDE (PhpStorm) told me that so it looks nicer. Do you want me to rollback those changes? Or is it fine as it is right now? We could remove the creationTimestamp at least in this PR. What do you say, @andytson-inviqa? |
If you rename the ticket to "Remove creationTimestamp from ingresses", then I'd be happy with the formatting changes still in there, however the same changes we'd also make in the base harness https://github.com/inviqa/harness-base-php/blob/1.4.x/src/_base/helm/app/templates/application/webapp/ingress.yaml |
there's actually a few more places that have creationTimestamp in, so I can create a PR that does all of them |
I'll merge this PR and do a separate one of the other places |
You're right to bring up the question, as the rest are all in |
🔖 Changes
with .Values.ingress.annotations
andtls
creationTimestamp: null