mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
quay-app template - update apiVersions and remove default readOnly (#411)
This commit is contained in:
@@ -4,7 +4,7 @@ kind: Template
|
||||
metadata:
|
||||
name: quay
|
||||
objects:
|
||||
- apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
- apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: Role
|
||||
metadata:
|
||||
name: ${{NAME}}
|
||||
@@ -40,7 +40,7 @@ objects:
|
||||
name: ${{NAME}}
|
||||
imagePullSecrets:
|
||||
- name: quayio-backup-image-pull-secret
|
||||
- apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
- apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
metadata:
|
||||
name: ${{NAME}}
|
||||
@@ -213,7 +213,6 @@ objects:
|
||||
- containerPort: 8443
|
||||
volumeMounts:
|
||||
- name: configvolume
|
||||
readOnly: false
|
||||
mountPath: /conf/stack
|
||||
livenessProbe:
|
||||
exec:
|
||||
|
||||
Reference in New Issue
Block a user