Skip to content

Commit

Permalink
Add extra.conf to make additional config files work in custom direc…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
kunyan committed Jan 17, 2020
1 parent 99d4d74 commit 83c666c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Created by https://www.gitignore.io/api/vim,linux,macos,windows,visualstudiocode
# Edit at https://www.gitignore.io/?templates=vim,linux,macos,windows,visualstudiocode

conf.d/custom/*.conf
### Linux ###
*~

Expand Down Expand Up @@ -100,4 +101,4 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# End of https://www.gitignore.io/api/vim,linux,macos,windows,visualstudiocode
# End of https://www.gitignore.io/api/vim,linux,macos,windows,visualstudiocode
Empty file added conf.d/custom/.gitkeep
Empty file.
4 changes: 4 additions & 0 deletions conf.d/custom/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Custom Directory

This directory is setup for Container volumn mount.
You are able to using `VOLUME` or OpenShift `Persistent Volumes Claim(PVC)` to add any config file you want to add.
1 change: 1 addition & 0 deletions conf.d/extra.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IncludeOptional conf.d/custom/*.conf

0 comments on commit 83c666c

Please sign in to comment.