Skip to content

Commit

Permalink
fix(test): deploment was not installing due to missing selector
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur committed Jun 13, 2022
1 parent fbfe017 commit d4e6322
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ metadata:
revision: {{ .Release.Revision | quote }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
app.kubernetes.io/name: {{ include "nginx.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
revision: {{ .Release.Revision | quote }}
template:
metadata:
labels:
Expand Down

0 comments on commit d4e6322

Please sign in to comment.