Skip to content

Commit

Permalink
Add advanced settings variable (#350)
Browse files Browse the repository at this point in the history
* Add advanced settings variable

This will allow downstream charts to set arbitrarty settings

* adjust whitespace

* update test assertions

* Try using symlinks instead of copies

* Revert "Try using symlinks instead of copies"

This reverts commit 3680b14.

* adjust whitespace
  • Loading branch information
pega-roska authored Oct 18, 2021
1 parent de6a4ba commit 1909c80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ pega.engine.classpath=database
{{ if .Env.ENGINE_CODESET_VERSION }}
pega.codeset.version={{ .Env.ENGINE_CODESET_VERSION }}
{{ end -}}
{{ end -}}
{{ end -}}

{{ if .Env.PRPCUTILS_ADVANCED_SETTINGS }}{{ .Env.PRPCUTILS_ADVANCED_SETTINGS }}{{ end }}
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ pega.engine.classpath=database
{{ if .Env.ENGINE_CODESET_VERSION }}
pega.codeset.version={{ .Env.ENGINE_CODESET_VERSION }}
{{ end -}}
{{ end -}}
{{ end -}}

{{ if .Env.PRPCUTILS_ADVANCED_SETTINGS }}{{ .Env.PRPCUTILS_ADVANCED_SETTINGS }}{{ end }}

0 comments on commit 1909c80

Please sign in to comment.