remove image pull secrets

This commit is contained in:
2026-08-11 16:41:45 +03:00
parent 09c054cf4c
commit 6f1f1df7f9
5 changed files with 1 additions and 11 deletions
+1 -3
View File
@@ -30,15 +30,13 @@ spec:
spec:
nodeSelector:
kubernetes.io/hostname: NODE_HOSTNAME
imagePullSecrets:
- name: gitlab-registry
initContainers:
- name: wait-for-db
image: busybox:1.36
command: ['sh', '-c', 'until nc -z db 3306; do echo "waiting for db..."; sleep 3; done']
containers:
- name: backend
image: harbour.control-1.test.signalytic.dev/epcare/backend/arm64:1.1
image: harbour.control-1.test.signalytic.dev/epcare/backend/arm64:1.2
imagePullPolicy: IfNotPresent
envFrom:
- secretRef: