-
Feature Request
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
False
-
None
-
False
-
Not Selected
-
1. Proposed title of this feature request
`lastTransactionTime` must be present in the ConfigMap yaml file
2. What is the nature and description of the request?
After creating a ConfigMap object, a user can check the `creationTimestamp` inside yaml file.
After making any changes in the ConfigMap, a user should check the `lastTransactionTime` in the same ConfigMap yaml.
3. Why does the customer need this? (List the business requirements here)
Due to some incorrect changes in the ConfigMap, there might be issues with the deployment. User should know, when the changes were made in the CinfigMap.
~~~
Due to incorrect configmap changes the customer deployment went into crashloopbackoff error. While debugging the issue, customer wanted to know when the changes were made in the configmap.
~~~
4. List any affected packages or components.
ConfigMap