Skip to content

Commit 103349f

Browse files
author
Alexander Rogalskiy
committed
Updates on files
Added changeset on workflow
1 parent 2e166d2 commit 103349f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ $(if $(findstring /,$(MAKEFILE_LIST)),$(error Please only invoke this makefile f
55
# We also set -o pipefail so that if a previous command in a pipeline fails, a command fails.
66
# http://redsymbol.net/articles/unofficial-bash-strict-mode
77
SHELL := /bin/bash
8+
#SHELL := /bin/bash -o pipefail
89
PYTHON := python3
910
NPM := npm
1011
VENV_NAME := venv

charts/templates/_helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ Compile all warnings into a single message, and call fail.
195195
{{- end -}}
196196

197197
{{/*
198-
Validate values of MongoDB - both mongodbUsername and mongodbDatabase are necessary
199-
to create a custom user and database during 1st initialization
198+
Validate both values: username and database that are necessary
199+
to create a custom user and database during initialization
200200
*/}}
201201
{{- define "backend-java-patterns.validateValues.customDatabase" -}}
202202
{{- if or (and .Values.general.username (not .Values.general.database)) (and (not .Values.general.username) .Values.general.database) }}

charts/templates/service.discovery.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ spec:
4040
publishNotReadyAddresses: true
4141
ports:
4242
{{- $ports := .Values.service.ports }}
43-
# The main port, served by gRPC, serves Postgres-flavor SQL, inter-node
44-
# traffic and the CLI.
43+
# The main port, served by gRPC inter-node traffic and the CLI.
4544
- name: {{ $ports.grpc.external.name | quote }}
4645
port: {{ $ports.grpc.external.port | int64 }}
4746
targetPort: grpc

0 commit comments

Comments
 (0)