Skip to content

Commit

Permalink
Added unit tests (fixes #)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Farcic committed Jan 7, 2019
1 parent 1e53c04 commit 03f4771
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions charts-orig/go-demo-6/templates/sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ metadata:
name: {{ template "fullname" . }}-db
labels:
app: {{ template "name" . }}-db
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
serviceName: {{ template "fullname" . }}-db
replicas: 3
selector:
matchLabels:
app: {{ template "name" . }}-db
release: {{ .Release.Name }}
template:
metadata:
labels:
Expand Down Expand Up @@ -57,9 +53,6 @@ spec:
name: {{ template "fullname" . }}-db
labels:
app: {{ template "name" . }}-db
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
accessModes:
- ReadWriteOnce
Expand Down

0 comments on commit 03f4771

Please sign in to comment.