Skip to content

Commit 4586c46

Browse files
author
lijianguo
committed
chore(addons): set storageClass to default
1 parent 3ef70f8 commit 4586c46

36 files changed

Lines changed: 65 additions & 65 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CLASS NAME | PLANS NAME | DESCRIPTION
3030
-----------|---------------|------------------------------------
3131
memcached | 128 | Memcached 128 plan which which limit resources memory size 128Mi.
3232
memcached | 250 | Memcached 250 plan which which limit resources memory size 250Mi.
33-
memcached | 500 | Memcached 1000 plan which which limit resources memory size 500Mi.
33+
memcached | 500 | Memcached 1000 plan which which limit resources memory size 500Mi.
3434
memcached | 1000 | Memcached 1000 plan which which limit resources memory size 1Gi.
3535
memcached | 2500 | Memcached 2500 plan which which limit resources memory size 2.5Gi.
3636
memcached | 5000 | Memcached 5000 plan which which limit resources memory size 5Gi.

addons/memcached-1.1.0/plans/1000/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ persistence:
2525
## set, choosing the default provisioner. (gp2 on AWS, standard on
2626
## GKE, AWS & OpenStack)
2727
##
28-
storageClass: "longhorn"
28+
storageClass: ""
2929
## Persistent Volume Claim annotations
3030
##
3131
annotations: {}

addons/memcached-1.1.0/plans/10000/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ persistence:
2525
## set, choosing the default provisioner. (gp2 on AWS, standard on
2626
## GKE, AWS & OpenStack)
2727
##
28-
storageClass: "longhorn"
28+
storageClass: ""
2929
## Persistent Volume Claim annotations
3030
##
3131
annotations: {}

addons/memcached-1.1.0/plans/128/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ persistence:
2525
## set, choosing the default provisioner. (gp2 on AWS, standard on
2626
## GKE, AWS & OpenStack)
2727
##
28-
storageClass: "longhorn"
28+
storageClass: ""
2929
## Persistent Volume Claim annotations
3030
##
3131
annotations: {}

addons/memcached-1.1.0/plans/20000/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ persistence:
2525
## set, choosing the default provisioner. (gp2 on AWS, standard on
2626
## GKE, AWS & OpenStack)
2727
##
28-
storageClass: "longhorn"
28+
storageClass: ""
2929
## Persistent Volume Claim annotations
3030
##
3131
annotations: {}

addons/memcached-1.1.0/plans/250/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ persistence:
2525
## set, choosing the default provisioner. (gp2 on AWS, standard on
2626
## GKE, AWS & OpenStack)
2727
##
28-
storageClass: "longhorn"
28+
storageClass: ""
2929
## Persistent Volume Claim annotations
3030
##
3131
annotations: {}

addons/memcached-1.1.0/plans/2500/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ persistence:
2525
## set, choosing the default provisioner. (gp2 on AWS, standard on
2626
## GKE, AWS & OpenStack)
2727
##
28-
storageClass: "longhorn"
28+
storageClass: ""
2929
## Persistent Volume Claim annotations
3030
##
3131
annotations: {}

addons/memcached-1.1.0/plans/30000/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ persistence:
2525
## set, choosing the default provisioner. (gp2 on AWS, standard on
2626
## GKE, AWS & OpenStack)
2727
##
28-
storageClass: "longhorn"
28+
storageClass: ""
2929
## Persistent Volume Claim annotations
3030
##
3131
annotations: {}

addons/memcached-1.1.0/plans/40000/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ persistence:
2525
## set, choosing the default provisioner. (gp2 on AWS, standard on
2626
## GKE, AWS & OpenStack)
2727
##
28-
storageClass: "longhorn"
28+
storageClass: ""
2929
## Persistent Volume Claim annotations
3030
##
3131
annotations: {}

addons/memcached-1.1.0/plans/500/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ persistence:
2525
## set, choosing the default provisioner. (gp2 on AWS, standard on
2626
## GKE, AWS & OpenStack)
2727
##
28-
storageClass: "longhorn"
28+
storageClass: ""
2929
## Persistent Volume Claim annotations
3030
##
3131
annotations: {}

0 commit comments

Comments
 (0)