Skip to content

Commit

Permalink
Reword slightly odd sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
heyLu committed Oct 25, 2023
1 parent 6113ce0 commit 576c21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Allows to template multiple Kubernetes [Secrets](https://kubernetes.io/docs/conc
Whenever multiple secrets are needed inside files, e.g. when applications are using configuration files that include secrets.

## How does it work?
Assumption is, that applications configuration (files) are stored in [Configmaps](https://kubernetes.io/docs/concepts/configuration/configmap/). Instead of directly mounting the configfile to application containers, it is mounted to the k8s-multi-secret-to-file init container.
We assume that applications configuration (files) are stored in [Configmaps](https://kubernetes.io/docs/concepts/configuration/configmap/). Instead of directly mounting the configfile to application containers, it is mounted to the k8s-multi-secret-to-file init container.
All secrets needed by the application are also mounted to the init container, allowing the [templating](https://pkg.go.dev/text/template) mechanism to inject secrets into application configuration. The rendered templates are available to application containers using shared volumes between init containers and regular containers inside one Pod.

## Development
Expand Down

0 comments on commit 576c21a

Please sign in to comment.