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