remove image pull secrets
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user