From b62a5c954c037cb443b710e42396eeac581528b1 Mon Sep 17 00:00:00 2001 From: X <6884440+dingxiangfei2009@users.noreply.github.com> Date: Wed, 24 Aug 2022 02:14:54 +0800 Subject: [PATCH] helm: Supply proper initial values for annotations (#15570) --- helm/minio/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/helm/minio/values.yaml b/helm/minio/values.yaml index 457d647a9..220c01da6 100644 --- a/helm/minio/values.yaml +++ b/helm/minio/values.yaml @@ -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