Commit 89c9bdf 1 parent db9d573 commit 89c9bdf Copy full SHA for 89c9bdf
File tree 4 files changed +8
-2
lines changed
4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -903,4 +903,4 @@ All changes to this chart will be documented in this file.
903
903
## [ 0.4.0] - Aug 22, 2018
904
904
* Enabled RBAC support
905
905
* Added ingress support
906
- * Updated Xray version to 2.2.4
906
+ * Updated Xray version to 2.2.4
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ name: xray
24
24
sources :
25
25
- https://github.com/jfrog/charts
26
26
type : application
27
- version : 103.104.8
27
+ version : 103.104.8
Original file line number Diff line number Diff line change 2
2
apiVersion : v1
3
3
kind : ServiceAccount
4
4
metadata :
5
+ {{- with .Values.serviceAccount.annotations }}
6
+ annotations :
7
+ {{ tpl (toYaml .) $ | indent 4 }}
8
+ {{- end }}
5
9
labels :
6
10
app : {{ template "xray.name" . }}
7
11
chart : {{ template "xray.chart" . }}
Original file line number Diff line number Diff line change @@ -356,6 +356,8 @@ serviceAccount:
356
356
# # The name of the ServiceAccount to use.
357
357
# # If not set and create is true, a name is generated using the fullname template
358
358
name :
359
+ # # Service Account annotations
360
+ annotations : {}
359
361
# # Explicitly mounts the API credentials for the Service Account
360
362
automountServiceAccountToken : true
361
363
You can’t perform that action at this time.
0 commit comments