Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k8s-postgresql
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
725b76e0
authored
2024-03-07 14:44:11 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix merging of .Values with defaults.
1 parent
29648c05
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
helmfiles/bitnami-postgresql-rclone/helmfile.yaml
helmfiles/bitnami-postgresql-rclone/helmfile.yaml
View file @
725b76e
{{
- $dummy
:
= merge (readFile "./defaults.yaml" | fromYaml) .Values
}}
environments
:
{{
.Environment.Name
}}:
values
:
-
./defaults.yaml
---
repositories
:
...
...
Please
register
or
sign in
to post a comment