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

Commit

Permalink
Merge pull request #23 from kkallday/master
Browse files Browse the repository at this point in the history
docs: add required fields to operator deployment
  • Loading branch information
Marlinc committed Nov 10, 2019
2 parents 681c69e + bd69e89 commit eb44d81
Showing 1 changed file with 5 additions and 2 deletions.
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

0 comments on commit eb44d81

Please sign in to comment.