-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#43 Document the configuration options
- Loading branch information
1 parent
a8a74ac
commit 4c5f318
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
# registry to pull the image from, can usually be left as-is unless you're running a fork | ||
registry: ghcr.io/danielemery/keys | ||
# image version - this is used to pull the image AND to report the version in headers | ||
version: REPLACED_BY_CI | ||
# k8s secrets name to use for any application secrets | ||
secretName: keys-secret | ||
configFile: | ||
# config file to mount into the container | ||
name: config.yaml | ||
# path to mount the config file to | ||
mountPath: /config.yaml |