Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
(thanks @dbyron0)
  • Loading branch information
Marko Mikulicic authored Oct 7, 2019
1 parent 9edbe8f commit b2fb8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/config-template/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- name: inject-secrets
image: hairyhenderson/gomplate:alpine
volumeMounts:
# The /secrets directory will contain one file per sercret item.
# The /secrets directory will contain one file per secret item.
# The secret item's key will become the file name, while its value goes in the file contents.
- name: config-secrets-volume
mountPath: /secrets
Expand Down

0 comments on commit b2fb8ae

Please sign in to comment.