templates/openshift/maintenance: fix service account
This commit is contained in:
parent
7901889d87
commit
a8148f9b34
1 changed files with 8 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ objects:
|
|||
spec:
|
||||
template:
|
||||
spec:
|
||||
serviceAccountName: image-builder
|
||||
serviceAccountName: image-builder-maintenance
|
||||
restartPolicy: Never
|
||||
containers:
|
||||
- image: "${IMAGE_NAME}:${IMAGE_TAG}"
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue