aerogearcatalog / metrics-apb

1 stars 23 forks source link

Create oauth-proxy serviceaccount before deploymentconfig #6

Closed StevenTobin closed 6 years ago

StevenTobin commented 6 years ago

If the deploymentconfig is created before the serviceaccount it can result in a warning in the events tab.

service account myproject/oauth-proxy was not found

Creating the serviceaccount before the deploymentconfig should eliminate this warning.