Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k8s-helmfiles
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
1728a8f8
authored
2022-09-13 17:11:59 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Read the clone parameters from the postgresql block.
1 parent
e1e2374e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
keycloak/helmfile.yaml
keycloak/helmfile.yaml
View file @
1728a8f
...
...
@@ -19,9 +19,9 @@ releases:
size
:
{{
.Values.postgresql.volume.size | quote
}}
postgresql
:
version
:
{{
.Values.postgresql.version | quote
}}
{{
- if .Values | get "clone.uid" nil
}}
{{
- if .Values | get "
postgresql.
clone.uid" nil
}}
clone
:
{{
merge .Values.clone ( dict "cluster" "kpg-postgres" ) | toYaml | nindent 12
}}
{{
merge .Values.
postgresql.
clone ( dict "cluster" "kpg-postgres" ) | toYaml | nindent 12
}}
{{
- end
}}
-
name
:
kpg-keycloak
...
...
Please
register
or
sign in
to post a comment