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
35b7a453
Commit
35b7a453
authored
Feb 20, 2019
by
Guangbo Chen
Committed by
Guangbo
Feb 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add crd-hook for vault-operator
parent
959ddf68
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
21 additions
and
10 deletions
+21
-10
.helmignore
charts/vault-operator/latest/.helmignore
+0
-0
Chart.yaml
charts/vault-operator/latest/Chart.yaml
+12
-0
README.md
charts/vault-operator/latest/README.md
+0
-0
app-readme.md
charts/vault-operator/latest/app-readme.md
+0
-0
questions.yml
charts/vault-operator/latest/questions.yml
+0
-0
NOTES.txt
charts/vault-operator/latest/templates/NOTES.txt
+0
-0
_helpers.tpl
charts/vault-operator/latest/templates/_helpers.tpl
+0
-0
etcd-operator-deploy.yaml
...vault-operator/latest/templates/etcd-operator-deploy.yaml
+0
-0
etcd_crds.yaml
charts/vault-operator/latest/templates/etcd_crds.yaml
+3
-0
rbac.yaml
charts/vault-operator/latest/templates/rbac.yaml
+0
-0
serviceaccount.yaml
charts/vault-operator/latest/templates/serviceaccount.yaml
+0
-0
ui-ingress.yaml
charts/vault-operator/latest/templates/ui-ingress.yaml
+0
-0
ui-service.yaml
charts/vault-operator/latest/templates/ui-service.yaml
+0
-0
vault-operator-deployment.yaml
...-operator/latest/templates/vault-operator-deployment.yaml
+0
-0
vault-service.yaml
charts/vault-operator/latest/templates/vault-service.yaml
+0
-0
vault-ui-deployment.yaml
.../vault-operator/latest/templates/vault-ui-deployment.yaml
+0
-0
vault_crd.yaml
charts/vault-operator/latest/templates/vault_crd.yaml
+3
-0
values.yaml
charts/vault-operator/latest/values.yaml
+3
-3
Chart.yaml
charts/vault-operator/v0.1.1/Chart.yaml
+0
-7
No files found.
charts/vault-operator/
v0.1.1
/.helmignore
→
charts/vault-operator/
latest
/.helmignore
View file @
35b7a453
File moved
charts/vault-operator/latest/Chart.yaml
0 → 100644
View file @
35b7a453
apiVersion
:
v1
description
:
A Helm chart for Vault, a tool for managing secrets
name
:
vault-operator
version
:
0.1.2
icon
:
https://s3.amazonaws.com/hashicorp-marketing-web-assets/brand/Vault_VerticalLogo_FullColor.B1xPC0pSax.svg
home
:
https://github.com/coreos/vault-operator
appVersion
:
0.9.1
sources
:
-
https://github.com/coreos/vault-operator
maintainers
:
-
name
:
mlaccetti
email
:
michael@laccetti.com
charts/vault-operator/
v0.1.1
/README.md
→
charts/vault-operator/
latest
/README.md
View file @
35b7a453
File moved
charts/vault-operator/
v0.1.1
/app-readme.md
→
charts/vault-operator/
latest
/app-readme.md
View file @
35b7a453
File moved
charts/vault-operator/
v0.1.1
/questions.yml
→
charts/vault-operator/
latest
/questions.yml
View file @
35b7a453
File moved
charts/vault-operator/
v0.1.1
/templates/NOTES.txt
→
charts/vault-operator/
latest
/templates/NOTES.txt
View file @
35b7a453
File moved
charts/vault-operator/
v0.1.1
/templates/_helpers.tpl
→
charts/vault-operator/
latest
/templates/_helpers.tpl
View file @
35b7a453
File moved
charts/vault-operator/
v0.1.1
/templates/etcd-operator-deploy.yaml
→
charts/vault-operator/
latest
/templates/etcd-operator-deploy.yaml
View file @
35b7a453
File moved
charts/vault-operator/
v0.1.1
/templates/etcd_crds.yaml
→
charts/vault-operator/
latest
/templates/etcd_crds.yaml
View file @
35b7a453
...
@@ -2,6 +2,9 @@ apiVersion: apiextensions.k8s.io/v1beta1
...
@@ -2,6 +2,9 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind
:
CustomResourceDefinition
kind
:
CustomResourceDefinition
metadata
:
metadata
:
name
:
etcdclusters.etcd.database.coreos.com
name
:
etcdclusters.etcd.database.coreos.com
annotations
:
"
helm.sh/hook"
:
"
crd-install"
"
helm.sh/hook-delete-policy"
:
"
before-hook-creation"
spec
:
spec
:
group
:
etcd.database.coreos.com
group
:
etcd.database.coreos.com
names
:
names
:
...
...
charts/vault-operator/
v0.1.1
/templates/rbac.yaml
→
charts/vault-operator/
latest
/templates/rbac.yaml
View file @
35b7a453
File moved
charts/vault-operator/
v0.1.1
/templates/serviceaccount.yaml
→
charts/vault-operator/
latest
/templates/serviceaccount.yaml
View file @
35b7a453
File moved
charts/vault-operator/
v0.1.1
/templates/ui-ingress.yaml
→
charts/vault-operator/
latest
/templates/ui-ingress.yaml
View file @
35b7a453
File moved
charts/vault-operator/
v0.1.1
/templates/ui-service.yaml
→
charts/vault-operator/
latest
/templates/ui-service.yaml
View file @
35b7a453
File moved
charts/vault-operator/
v0.1.1
/templates/vault-operator-deployment.yaml
→
charts/vault-operator/
latest
/templates/vault-operator-deployment.yaml
View file @
35b7a453
File moved
charts/vault-operator/
v0.1.1
/templates/vault-service.yaml
→
charts/vault-operator/
latest
/templates/vault-service.yaml
View file @
35b7a453
File moved
charts/vault-operator/
v0.1.1
/templates/vault-ui-deployment.yaml
→
charts/vault-operator/
latest
/templates/vault-ui-deployment.yaml
View file @
35b7a453
File moved
charts/vault-operator/
v0.1.1
/templates/vault_crd.yaml
→
charts/vault-operator/
latest
/templates/vault_crd.yaml
View file @
35b7a453
...
@@ -2,6 +2,9 @@ apiVersion: apiextensions.k8s.io/v1beta1
...
@@ -2,6 +2,9 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind
:
CustomResourceDefinition
kind
:
CustomResourceDefinition
metadata
:
metadata
:
name
:
vaultservices.vault.security.coreos.com
name
:
vaultservices.vault.security.coreos.com
annotations
:
"
helm.sh/hook"
:
"
crd-install"
"
helm.sh/hook-delete-policy"
:
"
before-hook-creation"
spec
:
spec
:
group
:
vault.security.coreos.com
group
:
vault.security.coreos.com
names
:
names
:
...
...
charts/vault-operator/
v0.1.1
/values.yaml
→
charts/vault-operator/
latest
/values.yaml
View file @
35b7a453
...
@@ -14,7 +14,7 @@ vaultOperator:
...
@@ -14,7 +14,7 @@ vaultOperator:
image
:
image
:
repository
:
quay.io/coreos/vault-operator
repository
:
quay.io/coreos/vault-operator
tag
:
latest
tag
:
latest
resources
:
{}
resources
:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# choice for the user. This also increases chances charts run on environments with little
...
@@ -50,7 +50,7 @@ ui:
...
@@ -50,7 +50,7 @@ ui:
hosts
:
hosts
:
-
xip.io
-
xip.io
annotations
:
annotations
:
# AWS --> redirect http to https
# AWS --> redirect http to https
# kubernetes.io/ingress.class: nginx
# kubernetes.io/ingress.class: nginx
# ingress.kubernetes.io/force-ssl-redirect: "true"
# ingress.kubernetes.io/force-ssl-redirect: "true"
tls
:
tls
:
...
@@ -66,7 +66,7 @@ ui:
...
@@ -66,7 +66,7 @@ ui:
# limits:
# limits:
# cpu: 100m
# cpu: 100m
# memory: 128Mi
# memory: 128Mi
#requests:
#
requests:
# cpu: 100m
# cpu: 100m
# memory: 128Mi
# memory: 128Mi
nodeSelector
:
{}
nodeSelector
:
{}
...
...
charts/vault-operator/v0.1.1/Chart.yaml
deleted
100644 → 0
View file @
959ddf68
apiVersion
:
v1
description
:
A Helm chart for Vault, a tool for managing secrets
name
:
vault-operator
version
:
0.1.1
icon
:
https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
home
:
https://www.vaultproject.io/
appVersion
:
0.9.1
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