Fixing stuff for production deployment
This commit is contained in:
@@ -16,6 +16,10 @@ spec:
|
||||
app: oc-scheduler
|
||||
spec:
|
||||
serviceAccountName: scheduler-sa
|
||||
{{- if or (eq .Values.env "prod") (eq .Values.env "staging") }}
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
{{- end }}
|
||||
containers:
|
||||
- image: "{{ .Values.ocScheduler.image }}"
|
||||
name: oc-scheduler
|
||||
|
||||
Reference in New Issue
Block a user