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

Commit

Permalink
Merge pull request #209 from mesosphere/joe/cloudprovidervalues
Browse files Browse the repository at this point in the history
use cloudProvider values
  • Loading branch information
joejulian authored Sep 6, 2019
2 parents c6ebf59 + c76306c commit 06d6983
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/awsebsprovisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
cloudProvider:
- name: aws
enabled: false
values: |
storageclass:
isDefault: false
chartReference:
chart: awsebsprovisioner
repo: https://mesosphere.github.io/charts/stable
Expand Down
3 changes: 3 additions & 0 deletions templates/localvolumeprovisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ spec:
cloudProvider:
- name: aws
enabled: false
values: |
storageclass:
isDefault: false
- name: docker
enabled: true
- name: none
Expand Down
14 changes: 14 additions & 0 deletions templates/metallb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,22 @@ spec:
cloudProvider:
- name: docker
enabled: true
values: |
configInline:
address-pools:
- name: default
protocol: layer2
addresses:
- 172.17.1.200-172.17.1.250
- name: none
enabled: true
values: |
configInline:
address-pools:
- name: default
protocol: layer2
# configure addresses for your network
addresses: []
chartReference:
chart: stable/metallb
version: 0.9.5
Expand Down

0 comments on commit 06d6983

Please sign in to comment.