Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 88f2210

Browse filesBrowse files
author
Heiko Kiesel
committed
#1972 Add missing affinity and tolerations property to hooks persistance-provider yamls
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent f285b6f commit 88f2210
Copy full SHA for 88f2210

File tree

Expand file treeCollapse file tree

3 files changed

+12
-0
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+12
-0
lines changed

‎hooks/persistence-azure-monitor/templates/persistence-provider.yaml

Copy file name to clipboardExpand all lines: hooks/persistence-azure-monitor/templates/persistence-provider.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ spec:
3333
{{ if .Values.hook.env }}
3434
{{- toYaml .Values.hook.env | nindent 4 }}
3535
{{ end }}
36+
affinity:
37+
{{- toYaml .Values.hook.affinity | nindent 4 }}
38+
tolerations:
39+
{{- toYaml .Values.hook.tolerations | nindent 4 }}
3640
{{- with .Values.imagePullSecrets }}
3741
imagePullSecrets:
3842
{{- toYaml . | nindent 4 }}

‎hooks/persistence-defectdojo/templates/persistence-provider.yaml

Copy file name to clipboardExpand all lines: hooks/persistence-defectdojo/templates/persistence-provider.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ spec:
4545
{{ if .Values.hook.env }}
4646
{{- toYaml .Values.hook.env | nindent 4 }}
4747
{{ end }}
48+
affinity:
49+
{{- toYaml .Values.hook.affinity | nindent 4 }}
50+
tolerations:
51+
{{- toYaml .Values.hook.tolerations | nindent 4 }}
4852
{{- with .Values.imagePullSecrets }}
4953
imagePullSecrets:
5054
{{- toYaml . | nindent 4 }}

‎hooks/persistence-elastic/templates/persistence-provider.yaml

Copy file name to clipboardExpand all lines: hooks/persistence-elastic/templates/persistence-provider.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ spec:
5757
{{ if .Values.hook.env }}
5858
{{- toYaml .Values.hook.env | nindent 4 }}
5959
{{ end }}
60+
affinity:
61+
{{- toYaml .Values.hook.affinity | nindent 4 }}
62+
tolerations:
63+
{{- toYaml .Values.hook.tolerations | nindent 4 }}
6064
{{- with .Values.imagePullSecrets }}
6165
imagePullSecrets:
6266
{{- toYaml . | nindent 4 }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.