Skip to content
Snippets Groups Projects

Merge ibm helm

Merged Manish Singh requested to merge merge-ibm-helm into master
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
@@ -50,11 +50,13 @@ spec:
secretKeyRef:
key: root-password
name: {{ .Release.Name }}-minio
envFrom:
- configMapRef:
name: "{{ .Values.conf.configmap }}"
ports:
- name: http
containerPort: 8080
protocol: TCP
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Loading