openshift / managed-cluster-config

Static deployable artifacts for managed OSD clusters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serviceAccount is deprecated -- use serviceAccountName

2uasimojo opened this issue · comments

Placeholder to remind me to fix this.

diff --git a/deploy/efs-csi/04-daemonset.yaml b/deploy/efs-csi/04-daemonset.yaml
index e038271..79c26d1 100644
--- a/deploy/efs-csi/04-daemonset.yaml
+++ b/deploy/efs-csi/04-daemonset.yaml
@@ -16,7 +16,7 @@ spec:
         app: efs-csi-node
     spec:
       # DELTA: Added
-      serviceAccount: efs-csi-sa
+      serviceAccountName: efs-csi-sa
       # DELTA: Removed
       # priorityClassName: system-node-critical
       nodeSelector:

...but for all the things.

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

This appears to be obsolete -- all the things in this project now use serviceAccountName where appropriate.