mirror of
https://github.com/minio/minio.git
synced 2025-04-01 02:03:42 -04:00
helm: Supply proper initial values for annotations (#15570)
This commit is contained in:
parent
b8cdf060c8
commit
b62a5c954c
@ -297,8 +297,8 @@ policies: []
|
|||||||
# - "s3:ListBucketMultipartUploads"
|
# - "s3:ListBucketMultipartUploads"
|
||||||
## Additional Annotations for the Kubernetes Job makePolicyJob
|
## Additional Annotations for the Kubernetes Job makePolicyJob
|
||||||
makePolicyJob:
|
makePolicyJob:
|
||||||
podAnnotations:
|
podAnnotations: {}
|
||||||
annotations:
|
annotations: {}
|
||||||
securityContext:
|
securityContext:
|
||||||
enabled: false
|
enabled: false
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
@ -333,8 +333,8 @@ users:
|
|||||||
|
|
||||||
## Additional Annotations for the Kubernetes Job makeUserJob
|
## Additional Annotations for the Kubernetes Job makeUserJob
|
||||||
makeUserJob:
|
makeUserJob:
|
||||||
podAnnotations:
|
podAnnotations: {}
|
||||||
annotations:
|
annotations: {}
|
||||||
securityContext:
|
securityContext:
|
||||||
enabled: false
|
enabled: false
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
@ -375,8 +375,8 @@ buckets:
|
|||||||
|
|
||||||
## Additional Annotations for the Kubernetes Job makeBucketJob
|
## Additional Annotations for the Kubernetes Job makeBucketJob
|
||||||
makeBucketJob:
|
makeBucketJob:
|
||||||
podAnnotations:
|
podAnnotations: {}
|
||||||
annotations:
|
annotations: {}
|
||||||
securityContext:
|
securityContext:
|
||||||
enabled: false
|
enabled: false
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
@ -398,8 +398,8 @@ customCommands:
|
|||||||
|
|
||||||
## Additional Annotations for the Kubernetes Job customCommandJob
|
## Additional Annotations for the Kubernetes Job customCommandJob
|
||||||
customCommandJob:
|
customCommandJob:
|
||||||
podAnnotations:
|
podAnnotations: {}
|
||||||
annotations:
|
annotations: {}
|
||||||
securityContext:
|
securityContext:
|
||||||
enabled: false
|
enabled: false
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user