fix: add imagePullSecrets for Gitea registry auth
This commit is contained in:
@@ -21,6 +21,8 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: health-app
|
app.kubernetes.io/name: health-app
|
||||||
spec:
|
spec:
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: gitea-registry
|
||||||
automountServiceAccountToken: false
|
automountServiceAccountToken: false
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
|
|||||||
Reference in New Issue
Block a user