Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
charts
Commits
d7a6d260
Commit
d7a6d260
authored
Jul 25, 2019
by
Sunny
Committed by
Guangbo
Aug 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update storageos-operator to version 0.2.11
Signed-off-by:
Sunny
<
me@darkowlzz.space
>
parent
1b31d2e2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
1 deletion
+19
-1
Chart.yaml
proposed/storageos-operator/v0.2.11/Chart.yaml
+1
-1
cleanup.yaml
proposed/storageos-operator/v0.2.11/templates/cleanup.yaml
+1
-0
storageoscluster_cr.yaml
...ageos-operator/v0.2.11/templates/storageoscluster_cr.yaml
+4
-0
values.yaml
proposed/storageos-operator/v0.2.11/values.yaml
+13
-0
No files found.
proposed/storageos-operator/v0.2.11/Chart.yaml
View file @
d7a6d260
...
...
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion
:
"
1.3.0"
description
:
Cloud Native storage for containers
name
:
storageos-operator
version
:
0.2.1
0
version
:
0.2.1
1
tillerVersion
:
"
>=2.10.0"
keywords
:
-
storage
...
...
proposed/storageos-operator/v0.2.11/templates/cleanup.yaml
View file @
d7a6d260
...
...
@@ -73,6 +73,7 @@ rules:
-
serviceaccounts
-
secrets
-
services
-
configmaps
verbs
:
-
delete
...
...
proposed/storageos-operator/v0.2.11/templates/storageoscluster_cr.yaml
View file @
d7a6d260
...
...
@@ -32,7 +32,11 @@ spec:
kvBackend
:
address
:
{{
.Values.cluster.kvBackend.address
}}
backend
:
{{
.Values.cluster.kvBackend.backend
}}
{{
- end
}}
{{
- if .Values.cluster.kvBackend.tlsSecretName
}}
tlsEtcdSecretRefName
:
{{
.Values.cluster.kvBackend.tlsSecretName
}}
{{
- end
}}
{{
- if .Values.cluster.kvBackend.tlsSecretNamespace
}}
tlsEtcdSecretRefNamespace
:
{{
.Values.cluster.kvBackend.tlsSecretNamespace
}}
{{
- end
}}
...
...
proposed/storageos-operator/v0.2.11/values.yaml
View file @
d7a6d260
...
...
@@ -109,6 +109,15 @@ cleanup:
command
:
-
"
deployment"
-
"
storageos-csi-helper"
-
name
:
scheduler
command
:
-
"
deployment"
-
"
storageos-scheduler"
-
name
:
configmap
command
:
-
"
configmap"
-
"
storageos-scheduler-config"
-
"
storageos-scheduler-policy"
-
name
:
serviceaccount
command
:
-
"
serviceaccount"
...
...
@@ -136,6 +145,8 @@ cleanup:
-
"
storageos:driver-registrar"
-
"
storageos:csi-attacher"
-
"
storageos:csi-provisioner"
-
"
storageos:pod-fencer"
-
"
storageos:scheduler-extender"
-
name
:
clusterrolebinding
command
:
-
"
clusterrolebinding"
...
...
@@ -143,6 +154,8 @@ cleanup:
-
"
storageos:csi-attacher"
-
"
storageos:driver-registrar"
-
"
storageos:k8s-driver-registrar"
-
"
storageos:pod-fencer"
-
"
storageos:scheduler-extender"
-
name
:
storageclass
command
:
-
"
storageclass"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment