Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Helmholtz Cloud Portal
Helm Charts
Commits
ed2ef0e9
Commit
ed2ef0e9
authored
Nov 30, 2021
by
Thomas Beermann
Browse files
fix wrong values path
parent
6cdc5ffa
Pipeline
#111831
passed with stages
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
hifiscp/templates/availability_cronjob.yaml
View file @
ed2ef0e9
...
...
@@ -44,27 +44,27 @@ spec:
secretKeyRef
:
name
:
{{
template "hifiscp.fullname" .
}}
-mongodb-credentials
key
:
mongodb-password
{{
- if .Values.cerebrum.
config.
availabilityChecker.esHost
}}
{{
- if .Values.cerebrum.availabilityChecker.esHost
}}
-
name
:
ES_HOST
value
:
{{
.Values.cerebrum.
config.
availabilityChecker.esHost | quote
}}
value
:
{{
.Values.cerebrum.availabilityChecker.esHost | quote
}}
{{
- end
}}
{{
- if .Values.cerebrum.
config.
availabilityChecker.esPort
}}
{{
- if .Values.cerebrum.availabilityChecker.esPort
}}
-
name
:
ES_PORT
value
:
{{
.Values.cerebrum.
config.
availabilityChecker.esPort | quote
}}
value
:
{{
.Values.cerebrum.availabilityChecker.esPort | quote
}}
{{
- end
}}
{{
- if .Values.cerebrum.
config.
availabilityChecker.esIndexpattern
}}
{{
- if .Values.cerebrum.availabilityChecker.esIndexpattern
}}
-
name
:
ES_INDEXPATTERN
value
:
{{
.Values.cerebrum.
config.
availabilityChecker.esIndexpattern | quote
}}
value
:
{{
.Values.cerebrum.availabilityChecker.esIndexpattern | quote
}}
{{
- end
}}
{{
- if .Values.cerebrum.
config.
availabilityChecker.esUseSsl
}}
{{
- if .Values.cerebrum.availabilityChecker.esUseSsl
}}
-
name
:
ES_USE_SSL
value
:
{{
.Values.cerebrum.
config.
availabilityChecker.esUseSsl | quote
}}
value
:
{{
.Values.cerebrum.availabilityChecker.esUseSsl | quote
}}
{{
- end
}}
-
name
:
ES_RELEASE
value
:
{{
.Release.Name
}}
{{
- if .Values.cerebrum.
config.
availabilityChecker.username
}}
{{
- if .Values.cerebrum.availabilityChecker.username
}}
-
name
:
ES_USERNAME
value
:
{{
.Values.cerebrum.
config.
availabilityChecker.username | quote
}}
value
:
{{
.Values.cerebrum.availabilityChecker.username | quote
}}
{{
- end
}}
-
name
:
ES_PASSWORD
valueFrom
:
...
...
Write
Preview
Supports
Markdown
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