Skip to content

Commit

Permalink
Merge pull request #389 from village-way/main
Browse files Browse the repository at this point in the history
fix: delete Deprecated serviceAccount config
  • Loading branch information
kosmos-robot committed Jan 25, 2024
2 parents 76f614b + b561185 commit 6ab2df4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion deploy/clusterlink-elector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ spec:
- mountPath: /etc/clusterlink
name: proxy-config
readOnly: true
serviceAccount: clusterlink-elector
serviceAccountName: clusterlink-elector
tolerations:
- effect: NoSchedule
Expand Down
1 change: 0 additions & 1 deletion deploy/scheduler/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ spec:
restartPolicy: Always
dnsPolicy: ClusterFirst
serviceAccountName: kosmos-scheduler
serviceAccount: kosmos-scheduler

---
apiVersion: v1
Expand Down
1 change: 0 additions & 1 deletion test/e2e/deploy/mysql-operator/mysqll-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ spec:
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
serviceAccount: mysql-operator
serviceAccountName: mysql-operator
volumes:
- configMap:
Expand Down

0 comments on commit 6ab2df4

Please sign in to comment.