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
09de0410
authored
2023-02-02 16:52:14 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix merging of default values.
1 parent
7a9a3054
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
helmfiles/bitnami-postgresql-rclone/values.yaml → helmfiles/bitnami-postgresql-rclone/defaults.yaml
helmfiles/bitnami-postgresql-rclone/helmfile.yaml
helmfiles/bitnami-postgresql-rclone/
value
s.yaml
→
helmfiles/bitnami-postgresql-rclone/
default
s.yaml
View file @
09de041
File moved
helmfiles/bitnami-postgresql-rclone/helmfile.yaml
View file @
09de041
{{
- $dummy
:
= merge (readFile "./defaults.yaml" | fromYaml) .Values
}}
---
repositories
:
-
name
:
bitnami
...
...
@@ -14,8 +16,6 @@ releases:
alias
:
postgresql-rclone
version
:
0.0.0
values
:
# Defaults
-
./values.yaml
# Overlay passed in values
-
{{
omit .Values "rclone" "backup" "restore" "postgresql-rclone" | toYaml | nindent 8
}}
# Merge array-based things
...
...
Please
register
or
sign in
to post a comment