File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 secretKeyRef :
4747 name : {{ $secretName }}
4848 key : {{ .Values.rmq.rmqConnection.rmqPasswordKey }}
49- {{- range $k, $v := .Values.env }}
49+ {{- range $k, $v := .Values.nsconsumer.extraEnvVars }}
5050 - name : {{ $k }}
5151 value : {{ $v | quote }}
5252 {{- end }}
Original file line number Diff line number Diff line change @@ -283,8 +283,7 @@ nodeSelector: {}
283283tolerations : []
284284affinity : {}
285285resources : {}
286- # Logging / env map
287- env : {}
286+
288287# We usually recommend not to specify default resources and to leave this as a conscious
289288# choice for the user. This also increases chances charts run on environments with limited
290289# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -401,6 +400,10 @@ nsconsumer:
401400 periodSeconds : 10
402401 timeoutSeconds : 5
403402
403+ # @param extraEnvVars Optional additional env vars to be added to the container.
404+ # Format: { EXAMPLE_ENV_VAR: "example_value", ANOTHER_ENV_VAR: "another_value" }
405+ extraEnvVars : {}
406+
404407# # @section RabbitMQ Connection Configuration
405408# # (This section does NOT affect the RabbitMQ Operator installation itself.)
406409# # These settings are used to configure the connection from the nsconsumer app to an existing
You can’t perform that action at this time.
0 commit comments