Commit 8b7377fd authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

Merge branch '52-set-artemis-credentials' into 'develop'

fix: Set artemis user and password in the deployment (helm chart)

See merge request !60
parents 144f337a 97d2d77c
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -28,6 +28,11 @@ spec:
        - image: "{{ .Values.image.artemis.repository }}:{{ .Values.image.artemis.tag | default .Chart.AppVersion }}"
          imagePullPolicy: {{ .Values.image.artemis.pullPolicy | default "Always" }}
          name: {{ include "openslice.fullname" . }}-artemis
          env:
            - name: ARTEMIS_USER
              value: {{ .Values.oscreds.activemq.user }}
            - name: ARTEMIS_PASSWORD
              value: {{ .Values.oscreds.activemq.password }}
          resources:
            {{- toYaml .Values.resources | nindent 12 }}
          ports: