UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Developer Tools
sonarqube
Commits
d177a28b
Commit
d177a28b
authored
Mar 29, 2021
by
Branden Cobb
Browse files
fix initContainer logic
parent
fecdef63
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
CHANGELOG.md
CHANGELOG.md
+4
-0
chart/Chart.yaml
chart/Chart.yaml
+1
-1
chart/templates/deployment.yaml
chart/templates/deployment.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
d177a28b
# 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
...
...
chart/Chart.yaml
View file @
d177a28b
...
...
@@ -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
...
...
chart/templates/deployment.yaml
View file @
d177a28b
...
...
@@ -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
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment