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