Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
system-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商店
system-charts
Commits
41d806b0
Commit
41d806b0
authored
Jul 12, 2019
by
Guangbo Chen
Committed by
Alena Prokharchyk
Jul 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update istio-init of clean up
parent
d0bfa65f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
8 deletions
+33
-8
job-crd-10.yaml
...r-istio/0.0.2/charts/istio-init/templates/job-crd-10.yaml
+7
-2
job-crd-11.yaml
...r-istio/0.0.2/charts/istio-init/templates/job-crd-11.yaml
+5
-0
job-crd-12.yaml
...r-istio/0.0.2/charts/istio-init/templates/job-crd-12.yaml
+7
-2
job-crd-certmanager-10.yaml
...2/charts/istio-init/templates/job-crd-certmanager-10.yaml
+7
-2
job-crd-certmanager-11.yaml
...2/charts/istio-init/templates/job-crd-certmanager-11.yaml
+7
-2
No files found.
charts/rancher-istio/0.0.2/charts/istio-init/templates/job-crd-10.yaml
View file @
41d806b0
...
...
@@ -3,6 +3,10 @@ kind: Job
metadata
:
namespace
:
{{
.Release.Namespace
}}
name
:
istio-init-crd-10
annotations
:
"
helm.sh/hook"
:
post-install
"
helm.sh/hook-delete-policy"
:
hook-succeeded
"
helm.sh/hook-weight"
:
"
-5"
spec
:
template
:
metadata
:
...
...
@@ -34,7 +38,7 @@ metadata:
name
:
istio-init-delete-crd-10
annotations
:
"
helm.sh/hook"
:
"
pre-delete"
"
helm.sh/hook-delete-policy"
:
"
hook-succeeded,
before-hook-creation"
"
helm.sh/hook-delete-policy"
:
"
hook-succeeded,
before-hook-creation
,
hook-failed
"
spec
:
template
:
metadata
:
...
...
@@ -56,5 +60,5 @@ spec:
configMap
:
name
:
istio-crd-10
restartPolicy
:
Never
backoffLimit
:
4
backoffLimit
:
1
{{
- end
}}
\ No newline at end of file
charts/rancher-istio/0.0.2/charts/istio-init/templates/job-crd-11.yaml
View file @
41d806b0
...
...
@@ -3,7 +3,12 @@ kind: Job
metadata
:
namespace
:
{{
.Release.Namespace
}}
name
:
istio-init-crd-11
annotations
:
"
helm.sh/hook"
:
post-install
"
helm.sh/hook-delete-policy"
:
hook-succeeded
"
helm.sh/hook-weight"
:
"
-5"
spec
:
ttlSecondsAfterFinished
:
100
template
:
metadata
:
annotations
:
...
...
charts/rancher-istio/0.0.2/charts/istio-init/templates/job-crd-12.yaml
View file @
41d806b0
...
...
@@ -3,7 +3,12 @@ kind: Job
metadata
:
namespace
:
{{
.Release.Namespace
}}
name
:
istio-init-crd-12
annotations
:
"
helm.sh/hook"
:
post-install
"
helm.sh/hook-delete-policy"
:
hook-succeeded
"
helm.sh/hook-weight"
:
"
-5"
spec
:
ttlSecondsAfterFinished
:
100
template
:
metadata
:
annotations
:
...
...
@@ -34,7 +39,7 @@ metadata:
name
:
istio-init-delete-crd-12
annotations
:
"
helm.sh/hook"
:
"
pre-delete"
"
helm.sh/hook-delete-policy"
:
"
hook-succeeded,
before-hook-creation"
"
helm.sh/hook-delete-policy"
:
"
hook-succeeded,
before-hook-creation
,
hook-failed
"
spec
:
template
:
metadata
:
...
...
@@ -56,5 +61,5 @@ spec:
configMap
:
name
:
istio-crd-12
restartPolicy
:
Never
backoffLimit
:
4
backoffLimit
:
1
{{
- end
}}
charts/rancher-istio/0.0.2/charts/istio-init/templates/job-crd-certmanager-10.yaml
View file @
41d806b0
...
...
@@ -4,7 +4,12 @@ kind: Job
metadata
:
namespace
:
{{
.Release.Namespace
}}
name
:
istio-init-crd-certmanager-10
annotations
:
"
helm.sh/hook"
:
post-install
"
helm.sh/hook-delete-policy"
:
hook-succeeded
"
helm.sh/hook-weight"
:
"
-5"
spec
:
ttlSecondsAfterFinished
:
100
template
:
metadata
:
annotations
:
...
...
@@ -35,7 +40,7 @@ metadata:
name
:
istio-init-delete-crd-certmanager-10
annotations
:
"
helm.sh/hook"
:
"
pre-delete"
"
helm.sh/hook-delete-policy"
:
"
hook-succeeded,
before-hook-creation"
"
helm.sh/hook-delete-policy"
:
"
hook-succeeded,
before-hook-creation
,
hook-failed
"
spec
:
template
:
metadata
:
...
...
@@ -57,7 +62,7 @@ spec:
configMap
:
name
:
istio-crd-certmanager-10
restartPolicy
:
Never
backoffLimit
:
4
backoffLimit
:
1
{{
- end
}}
{{
- end
}}
charts/rancher-istio/0.0.2/charts/istio-init/templates/job-crd-certmanager-11.yaml
View file @
41d806b0
...
...
@@ -4,7 +4,12 @@ kind: Job
metadata
:
namespace
:
{{
.Release.Namespace
}}
name
:
istio-init-crd-certmanager-11
annotations
:
"
helm.sh/hook"
:
post-install
"
helm.sh/hook-delete-policy"
:
hook-succeeded
"
helm.sh/hook-weight"
:
"
-5"
spec
:
ttlSecondsAfterFinished
:
100
template
:
metadata
:
annotations
:
...
...
@@ -35,7 +40,7 @@ metadata:
name
:
istio-init-delete-crd-certmanager-11
annotations
:
"
helm.sh/hook"
:
"
pre-delete"
"
helm.sh/hook-delete-policy"
:
"
hook-succeeded,
before-hook-creation"
"
helm.sh/hook-delete-policy"
:
"
hook-succeeded,
before-hook-creation
,
hook-failed
"
spec
:
template
:
metadata
:
...
...
@@ -60,6 +65,6 @@ spec:
configMap
:
name
:
istio-crd-certmanager-11
restartPolicy
:
Never
backoffLimit
:
4
backoffLimit
:
1
{{
- end
}}
{{
- end
}}
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