-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
Our authoring-ha templates now have both the "app" and "application" labels on their items:
labels:
app: "${APPLICATION_NAME}"
application: "${APPLICATION_NAME}"
However, the rest of our templates only have the "application" label.
In order to make sure our items show up in the OCP Console grouped by application name (instead of "Other" as they are now), we should make sure they all also have the "app" labels.
Per the conversation below, we want to remove the duplicate "app" labels.