Skip to content

Commit 583fe0f

Browse files
authored
Revert "Added support for service account annotations (#1841)"
This reverts commit 89c9bdf.
1 parent 89c9bdf commit 583fe0f

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

stable/xray/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -903,4 +903,4 @@ All changes to this chart will be documented in this file.
903903
## [0.4.0] - Aug 22, 2018
904904
* Enabled RBAC support
905905
* Added ingress support
906-
* Updated Xray version to 2.2.4
906+
* Updated Xray version to 2.2.4

stable/xray/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ name: xray
2424
sources:
2525
- https://github.com/jfrog/charts
2626
type: application
27-
version: 103.104.8
27+
version: 103.104.8

stable/xray/templates/xray-serviceaccount.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
apiVersion: v1
33
kind: ServiceAccount
44
metadata:
5-
{{- with .Values.serviceAccount.annotations }}
6-
annotations:
7-
{{ tpl (toYaml .) $ | indent 4 }}
8-
{{- end }}
95
labels:
106
app: {{ template "xray.name" . }}
117
chart: {{ template "xray.chart" . }}

stable/xray/values.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,6 @@ serviceAccount:
356356
## The name of the ServiceAccount to use.
357357
## If not set and create is true, a name is generated using the fullname template
358358
name:
359-
## Service Account annotations
360-
annotations: {}
361359
## Explicitly mounts the API credentials for the Service Account
362360
automountServiceAccountToken: true
363361

0 commit comments

Comments
 (0)