Skip to content

Commit

Permalink
kubernetes: Add multiregion channel, add channel to daemonset configs
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
a-robinson committed Oct 9, 2018
1 parent 7826069 commit efde28f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ spec:
mountPath: /cockroach/cockroach-certs
env:
- name: COCKROACH_CHANNEL
value: kubernetes-secure
value: kubernetes-multiregion
command:
- "/bin/bash"
- "-ecx"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ spec:
volumeMounts:
- name: datadir
mountPath: /cockroach/cockroach-data
env:
- name: COCKROACH_CHANNEL
value: kubernetes-insecure
command:
- "/bin/bash"
- "-ecx"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ spec:
mountPath: /cockroach/cockroach-data
- name: certs
mountPath: /cockroach/cockroach-certs
env:
- name: COCKROACH_CHANNEL
value: kubernetes-secure
command:
- "/bin/bash"
- "-ecx"
Expand Down

0 comments on commit efde28f

Please sign in to comment.