Allow custom annotation to deployment (#7481)

This commit is contained in:
Anthony
2025-09-12 00:24:57 +02:00
committed by GitHub
parent b59a4f7366
commit 626145cf66
2 changed files with 6 additions and 0 deletions

View File

@@ -31,6 +31,9 @@ serviceAccount:
# If not set and create is true, a name is generated using the fullname template
name: ""
# Specifies annotations for deployment
annotations: {}
podAnnotations: {}
podSecurityContext: {}