Skip to content

Commit

Permalink
Merge pull request #259 from iamNoah1/better-readability
Browse files Browse the repository at this point in the history
[skip-ci] better readiblity for example templates
  • Loading branch information
ahmedwaleedmalik committed Aug 30, 2021
2 parents f2b4e8e + e5352df commit 69e359e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ metadata:
annotations:
configmap.reloader.stakater.com/reload: "foo-configmap,bar-configmap,baz-configmap"
spec:
template: metadata:
template:
metadata:
```

### Secret
Expand All @@ -114,7 +115,8 @@ metadata:
annotations:
secret.reloader.stakater.com/reload: "foo-secret"
spec:
template: metadata:
template:
metadata:
```

Use comma separated list to define multiple secrets.
Expand All @@ -125,7 +127,8 @@ metadata:
annotations:
secret.reloader.stakater.com/reload: "foo-secret,bar-secret,baz-secret"
spec:
template: metadata:
template:
metadata:
```

### NOTES
Expand Down

0 comments on commit 69e359e

Please sign in to comment.