Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

docs: add required fields to operator deployment #2130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
7 changes: 5 additions & 2 deletions example/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: etcd-operator
spec:
selector:
matchLabels:
app: etcd-operator
replicas: 1
template:
metadata:
labels:
name: etcd-operator
app: etcd-operator
spec:
containers:
- name: etcd-operator
Expand Down