Skip to content

Commit

Permalink
Added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Farcic committed Dec 29, 2018
1 parent b7411a2 commit bc1f753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts-orig/go-demo-6/templates/sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: db
image: "mongo:3.3
image: mongo:3.3
command:
- mongod
- "--replSet"
Expand Down
2 changes: 1 addition & 1 deletion charts/go-demo-6/templates/sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: db
image: "mongo:3.3
image: mongo:3.3
command:
- mongod
- "--replSet"
Expand Down

0 comments on commit bc1f753

Please sign in to comment.