We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dd62b commit 2141e93Copy full SHA for 2141e93
Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: warre
3
description: A Helm chart for warre
4
type: application
5
-version: 3.0.0
+version: 3.0.1
6
appVersion: 5.0.0-7-g9b4ea80
7
sources:
8
- https://github.com/NeCTAR-RC/warre-helm.git
values.yaml
@@ -69,6 +69,8 @@ api:
69
worker:
70
image:
71
repository: registry.rc.nectar.org.au/nectar/warre
72
+ command:
73
+ - warre-worker
74
replicaCount: 1
75
pdb:
76
enabled: false
@@ -82,8 +84,11 @@ worker:
82
84
affinity: {}
83
85
86
notification:
87
+ name: notification
88
89
90
91
+ - warre-notification
92
93
94
0 commit comments