From 08ead8c5b01dd02a3816052ae6d697d5fbc7050f Mon Sep 17 00:00:00 2001 From: Jlopez Date: Mon, 1 Apr 2024 13:34:10 -0400 Subject: [PATCH] remove unused service account spec redis --- apps/applets/hello/base/redis/statefulset.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/applets/hello/base/redis/statefulset.yaml b/apps/applets/hello/base/redis/statefulset.yaml index 915de4e..1bd0e27 100644 --- a/apps/applets/hello/base/redis/statefulset.yaml +++ b/apps/applets/hello/base/redis/statefulset.yaml @@ -23,7 +23,6 @@ spec: spec: securityContext: fsGroup: 1000 - serviceAccountName: secrets-reader containers: - name: redis image: redis:7.2.4