Skip to content

Commit

Permalink
better readiblity for example templates
Browse files Browse the repository at this point in the history
  • Loading branch information
iamNoah1 committed Aug 28, 2021
1 parent f2b4e8e commit e5352df
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 e5352df

Please sign in to comment.