Skip to content

Commit

Permalink
Fix template apiVersion for autoscaler target (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Nov 20, 2024
1 parent b0ce75b commit cd848b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ objects:
name: ${NAME}-${ZONE}-${COMPONENT}
spec:
scaleTargetRef:
apiVersion: apps.openshift.io/v1
apiVersion: apps/v1
kind: Deployment
name: ${NAME}-${ZONE}-${COMPONENT}
minReplicas: ${{MIN_REPLICAS}}
Expand Down

0 comments on commit cd848b6

Please sign in to comment.