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

prometheus: switch to Kubernetes 1.6 storage class specification #1332

Merged
merged 2 commits into from
Aug 1, 2017

Commits on Aug 1, 2017

  1. prometheus: switch to Kubernetes 1.6 storage class specification

    Ditching the alpha storage class annotation and using the 1.6 style specification instead brings the following benefits:
    
    - a standard way to specify the default provisioner
    - a mechanism to disble the dynamic provisioner
    
    Unfortunately, go template makes the second one hacky.   See helm/helm#2600 for more details.   So instead of using an empty string to disable the dynamic provisioner, this PR uses "-".
    bryanlarsen authored and mgoodness committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    522b2ba View commit details
    Browse the repository at this point in the history
  2. Bump major version

    mgoodness committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    5d520ee View commit details
    Browse the repository at this point in the history