add generator

This commit is contained in:
2025-07-16 15:18:10 +02:00
parent fef4f1d899
commit 04724f1fd8
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -2,9 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- resources/sa.yaml
#- resources/sa.yaml
- resources/statefulset.yaml
- resources/svc.yaml
generators:
- generators/sa.yaml
configMapGenerator:
- name: valkey-env