Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate openstack heat #5670

Merged
merged 2 commits into from
Sep 28, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix typo in pod preset conflict example
Move container port definition to the correct line.
  • Loading branch information
kevinfrommelt authored and chenopis committed Sep 28, 2017
commit d4e8e8fb9ee07193e812620df83a703107b4e133
2 changes: 1 addition & 1 deletion docs/tasks/inject-data-application/podpreset.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,10 @@ spec:
- mountPath: /cache
name: cache-volume
ports:
- containerPort: 80
volumes:
- name: cache-volume
emptyDir: {}
- containerPort: 80
```

**If we run `kubectl describe...` we can see the event:**
Expand Down