Skip to content

Commit

Permalink
fix: missing matchLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Dec 11, 2024
1 parent 49ab7eb commit 2d97a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/openshift/api.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ objects:
spec:
replicas: ${{MIN_REPLICAS}}
selector:
app: "${APP_NAME}-${BRANCH}"
deploymentConfig: "${APP_NAME}-${BRANCH}"
matchLabels:
app: "${APP_NAME}-${BRANCH}"
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down

0 comments on commit 2d97a52

Please sign in to comment.