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