Skip to content

Commit

Permalink
rename deployment to prevent issue caused by changed label selector
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <[email protected]>
  • Loading branch information
inteon committed Aug 12, 2024
1 parent b36d537 commit aa19208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/openshift-routes/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "openshift-routes.fullname" . }}
name: {{ include "openshift-routes.fullname" . }}-controller
namespace: {{ include "openshift-routes.namespace" . }}
labels:
{{- include "openshift-routes.labels" . | nindent 4 }}
Expand Down

0 comments on commit aa19208

Please sign in to comment.