Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
k8s-moqui
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
05f52b3c
authored
2022-10-19 14:16:35 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix kibana's es ref.
1 parent
28893199
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
helmfile.yaml
helmfile.yaml
View file @
05f52b3
...
...
@@ -15,6 +15,15 @@ releases:
namespace
:
{{
.Values.namespace
}}
values
:
-
namePrefix
:
{{
.Values.name
}}
-
strategicMergePatches
:
-
apiVersion
:
kibana.k8s.elastic.co/v1
kind
:
Kibana
metadata
:
name
:
{{
.Values.name
}}
-moqui
namespace
:
{{
.Values.namespace
}}
spec
:
elasticsearchRef
:
name
:
{{
.Values.name
}}
-moqui
-
name
:
{{
.Values.name
}}
-moqui-postgresql
condition
:
postgresql.enabled
...
...
Please
register
or
sign in
to post a comment