diff --git a/.gitignore b/.gitignore index 54b22d8..5526fd8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 ### *~ @@ -100,4 +101,4 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.gitignore.io/api/vim,linux,macos,windows,visualstudiocode \ No newline at end of file +# End of https://www.gitignore.io/api/vim,linux,macos,windows,visualstudiocode diff --git a/conf.d/custom/.gitkeep b/conf.d/custom/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/conf.d/custom/README.md b/conf.d/custom/README.md new file mode 100644 index 0000000..13b605c --- /dev/null +++ b/conf.d/custom/README.md @@ -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. diff --git a/conf.d/extra.conf b/conf.d/extra.conf new file mode 100644 index 0000000..9a21071 --- /dev/null +++ b/conf.d/extra.conf @@ -0,0 +1 @@ +IncludeOptional conf.d/custom/*.conf