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