add in imagesecret
This commit is contained in:
@@ -19,7 +19,7 @@ spec:
|
|||||||
app.kubernetes.io/component: app
|
app.kubernetes.io/component: app
|
||||||
spec:
|
spec:
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: gitlab-service-agent-registry-secret
|
- name: gitlab-dev-ns-registry-secret
|
||||||
serviceAccountName: {{ include "warehouse13.serviceAccountName" . }}
|
serviceAccountName: {{ include "warehouse13.serviceAccountName" . }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||||
|
|||||||
@@ -137,3 +137,12 @@ tolerations: []
|
|||||||
|
|
||||||
# Affinity
|
# Affinity
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
|
imagePullSecret:
|
||||||
|
name: gitlab-dev-ns-registry-secret
|
||||||
|
username: project_9145_bot_imagepuller
|
||||||
|
# Read only token so okay if hard coded here
|
||||||
|
password: glpat-ZV7ASvBqFoiWC9QqD5WlTG86MQp1OjVxMgk.01.0z192vpfw
|
||||||
|
server: registry.global.bsf.tools
|
||||||
|
email: botemail@global.bsf.tool
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user