Skip to content

Commit

Permalink
Use serviceAccountName instead of deprecated serviceAccount (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Nov 22, 2023
1 parent 2441b4d commit 051c36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/addon/manager/manifests/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
labels:
addon-agent: managed-serviceaccount
spec:
serviceAccount: managed-serviceaccount
serviceAccountName: managed-serviceaccount
{{- if .NodeSelector }}
nodeSelector:
{{- range $key, $value := .NodeSelector }}
Expand Down

0 comments on commit 051c36f

Please sign in to comment.