Skip to content

Commit

Permalink
Add annotations example to README
Browse files Browse the repository at this point in the history
  • Loading branch information
austinmoore- committed Feb 2, 2017
1 parent 20005ce commit 1014105
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ volumes: [
hostPathVolume(mountPath: '/etc/mount4', hostPath: '/mnt/my-mount'),
nfsVolume(mountPath: '/etc/mount5', serverAddress: '127.0.0.1', serverPath: '/', readOnly: true),
persistentVolumeClaim(mountPath: '/etc/mount6', claimName: 'myClaim', readOnly: true)
],
annotations: [
podAnnotation(key: "my-key", value: "my-value")
...
]) {
...
}
Expand Down

0 comments on commit 1014105

Please sign in to comment.