UNCLASSIFIED

Commit e2896587 authored by Branden Cobb's avatar Branden Cobb
Browse files

Merge branch 'branden.cobb-main-patch-04253' into 'main'

fix initContainer logic

See merge request !20
parents fecdef63 d177a28b
Pipeline #204568 passed with stages
in 4 minutes and 40 seconds
# Changelog
## 9.2.6-bb.5 - 2021-03-22
Fixed initContainer logic
## 9.2.6-bb.4 - 2021-03-22
Adding ability to specify istio gateways and hosts in values file
......
......@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 8.6-community
name: sonarqube
description: SonarQube is an open sourced code quality scanning tool
version: 9.2.6-bb.4
version: 9.2.6-bb.5
keywords:
- coverage
- security
......
......@@ -168,10 +168,10 @@ spec:
resources:
{{ toYaml .Values.initContainers.resources | indent 12 }}
command: ["/bin/sh", "-c", "until pg_isready -h {{ .Release.Name}}-postgresql -p 5432 -U {{ .Values.postgresql.postgresqlUsername }}; do sleep 2; done"]
{{- end }}
env:
- name: POSTGRES_HOST_AUTH_METHOD
value: "trust"
{{- end }}
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment