Add imagePullSecrets to deployment
This commit is contained in:
@@ -1,8 +1,3 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: bcard
|
|
||||||
---
|
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
@@ -18,6 +13,8 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: bcard
|
app: bcard
|
||||||
spec:
|
spec:
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: gitea-registry
|
||||||
containers:
|
containers:
|
||||||
- name: bcard
|
- name: bcard
|
||||||
image: git.mikhailkilin.ru/killingdruid/bcard:latest
|
image: git.mikhailkilin.ru/killingdruid/bcard:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user