Skip to content

Commit

Permalink
Remove deprecated serviceAccount (fluid-cloudnative#2705)
Browse files Browse the repository at this point in the history
Signed-off-by: fengshunli <[email protected]>
  • Loading branch information
fengshunli authored Mar 9, 2023
1 parent 96b140d commit 05589e9
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/fluid/fluid/templates/csi/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccount: fluid-csi
serviceAccountName: fluid-csi
tolerations:
- operator: Exists
#priorityClassName: system-node-critical
Expand Down
2 changes: 1 addition & 1 deletion csi/deploy/csi-fluid-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- key: node-role.kubernetes.io/master
operator: Exists
priorityClassName: system-node-critical
serviceAccount: admin
serviceAccountName: admin
hostNetwork: true
containers:
- name: external-provisioner
Expand Down
2 changes: 1 addition & 1 deletion integration/cronhpa/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ spec:
requests:
cpu: 100m
memory: 100Mi
serviceAccount: kubernetes-cronhpa-controller
serviceAccountName: kubernetes-cronhpa-controller

1 change: 0 additions & 1 deletion integration/prometheus/prometheus-goosefs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ spec:
labels:
app: prometheus
spec:
serviceAccount: prometheus
serviceAccountName: prometheus
containers:
- name: prometheus
Expand Down
1 change: 0 additions & 1 deletion integration/prometheus/prometheus-jindofs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ spec:
labels:
app: prometheus
spec:
serviceAccount: prometheus
serviceAccountName: prometheus
containers:
- name: prometheus
Expand Down
1 change: 0 additions & 1 deletion integration/prometheus/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ spec:
labels:
app: prometheus
spec:
serviceAccount: prometheus
serviceAccountName: prometheus
containers:
- name: prometheus
Expand Down

0 comments on commit 05589e9

Please sign in to comment.