helm: Supply proper initial values for annotations (#15570)

This commit is contained in:
X 2022-08-24 02:14:54 +08:00 committed by GitHub
parent b8cdf060c8
commit b62a5c954c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -297,8 +297,8 @@ policies: []
# - "s3:ListBucketMultipartUploads"
## Additional Annotations for the Kubernetes Job makePolicyJob
makePolicyJob:
podAnnotations:
annotations:
podAnnotations: {}
annotations: {}
securityContext:
enabled: false
runAsUser: 1000
@ -333,8 +333,8 @@ users:
## Additional Annotations for the Kubernetes Job makeUserJob
makeUserJob:
podAnnotations:
annotations:
podAnnotations: {}
annotations: {}
securityContext:
enabled: false
runAsUser: 1000
@ -375,8 +375,8 @@ buckets:
## Additional Annotations for the Kubernetes Job makeBucketJob
makeBucketJob:
podAnnotations:
annotations:
podAnnotations: {}
annotations: {}
securityContext:
enabled: false
runAsUser: 1000
@ -398,8 +398,8 @@ customCommands:
## Additional Annotations for the Kubernetes Job customCommandJob
customCommandJob:
podAnnotations:
annotations:
podAnnotations: {}
annotations: {}
securityContext:
enabled: false
runAsUser: 1000