Added optional local files for allows and blocks
The values.yaml file now contains optional allow_file and block_file filenames. These are loaded from ConfigMaps the same way as the conf.toml file is.
This commit is contained in:
parent
538c81f824
commit
ed1971ea34
|
@ -15,7 +15,7 @@ type: application
|
|||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 1.0.8
|
||||
version: 1.1.0
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
|
|
Loading…
Reference in New Issue