Skip to content

Commit

Permalink
templates/openshift/maintenance: fix service account
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne committed Apr 30, 2024
1 parent 7901889 commit a8148f9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion templates/openshift/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ objects:
spec:
template:
spec:
serviceAccountName: image-builder
serviceAccountName: image-builder-maintenance
restartPolicy: Never
containers:
- image: "${IMAGE_NAME}:${IMAGE_TAG}"
Expand Down Expand Up @@ -156,6 +156,13 @@ objects:
- name: MAX_CONCURRENT_REQUESTS
value: "${MAINTENANCE_MAX_CONCURRENT_REQUESTS}"

- apiVersion: v1
kind: ServiceAccount
metadata:
name: image-builder-maintenance
imagePullSecrets:
- name: quay.io

parameters:
- description: maintenance image name
name: IMAGE_NAME
Expand Down

0 comments on commit a8148f9

Please sign in to comment.