-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
chore: Remove uses of deprecated fields in docs and manifests #5200
Conversation
Signed-off-by: terrytangyuan <[email protected]>
Signed-off-by: terrytangyuan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we might have missed the v3.0 boat for this. I suggest we don't do it.
This reverts commit 5551b3c. Signed-off-by: terrytangyuan <[email protected]>
This reverts commit 0c67d4c. Signed-off-by: terrytangyuan <[email protected]>
Signed-off-by: terrytangyuan <[email protected]>
Agreed that it may not be good timing. I've updated the PR to just remove uses of deprecated fields in docs and manifests instead. |
@@ -1,7 +1,6 @@ | |||
# This example shows the ability to automatically delete workflows after a specified time period | |||
# after the workflow completes. The TTLStrategy sets the strategy for how long workflows that are | |||
# successful, not successful, or completed should live. The former ttlSecondsAfterFinished will be | |||
# deprecated and will be replaced with TTLStrategy.SecondsAfterCompleted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This field is already removed.
@@ -647,7 +647,6 @@ data: | |||
scope: sensor-logs | |||
url: http://logging-facility?namespace=${metadata.namespace}&podName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt} | |||
metricsConfig: | | |||
disableLegacy: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This field is not used and will be have no effect.
Signed-off-by: terrytangyuan [email protected]
Checklist: