use gitea imatge pull secret for myorg assistant
This commit is contained in:
@@ -54,11 +54,12 @@ spec:
|
||||
volumeMounts:
|
||||
- name: myorg-data
|
||||
mountPath: /data/myorg
|
||||
|
||||
imagePullSecrets:
|
||||
- name: gitea-registry
|
||||
containers:
|
||||
- name: myorg-assistant
|
||||
image: myorg-assistant:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
command: ["./start.sh"]
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
|
||||
Reference in New Issue
Block a user