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