remove generator

This commit is contained in:
2025-07-16 15:24:37 +02:00
parent 04724f1fd8
commit 7f126f1d90
3 changed files with 2 additions and 9 deletions

View File

@ -1,5 +0,0 @@
kind: IAMPolicyGenerator
metadata:
name: valkey
serviceAccount:
name: valkey

View File

@ -5,8 +5,6 @@ resources:
#- resources/sa.yaml
- resources/statefulset.yaml
- resources/svc.yaml
generators:
- generators/sa.yaml
configMapGenerator:
- name: valkey-env

View File

@ -288,8 +288,8 @@ spec:
runAsGroup: 1001
fsGroup: 1001
fsGroupChangePolicy: Always
serviceAccount: valkey
serviceAccountName: valkey
#serviceAccount: valkey
#serviceAccountName: valkey
terminationGracePeriodSeconds: 30
volumes:
- name: valkey-scripts