Skip to content

Commit

Permalink
Fix default values for podLabels and podAnnotations
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed May 13, 2024
1 parent f41511d commit 0f39e2d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/producer-app-cleanup-job/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ javaOptions:

backoffLimit: 6

podAnnotations: []
podAnnotations: { }

Check failure on line 89 in charts/producer-app-cleanup-job/values.yaml

View workflow job for this annotation

GitHub Actions / helm-lint

[braces] too many spaces inside empty braces

podLabels: []
podLabels: { }

Check failure on line 91 in charts/producer-app-cleanup-job/values.yaml

View workflow job for this annotation

GitHub Actions / helm-lint

[braces] too many spaces inside empty braces
4 changes: 2 additions & 2 deletions charts/producer-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ livenessProbe: {}
# Arbitrary Probe v1 definition for producer: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#probe-v1-core
readinessProbe: {}

podAnnotations: []
podAnnotations: { }

Check failure on line 123 in charts/producer-app/values.yaml

View workflow job for this annotation

GitHub Actions / helm-lint

[braces] too many spaces inside empty braces

podLabels: []
podLabels: { }

Check failure on line 125 in charts/producer-app/values.yaml

View workflow job for this annotation

GitHub Actions / helm-lint

[braces] too many spaces inside empty braces
4 changes: 2 additions & 2 deletions charts/rclone-copy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
backoffLimit: 6

podAnnotations: []
podAnnotations: { }

Check failure on line 90 in charts/rclone-copy/values.yaml

View workflow job for this annotation

GitHub Actions / helm-lint

[braces] too many spaces inside empty braces

podLabels: []
podLabels: { }

Check failure on line 92 in charts/rclone-copy/values.yaml

View workflow job for this annotation

GitHub Actions / helm-lint

[braces] too many spaces inside empty braces
4 changes: 2 additions & 2 deletions charts/streams-app-cleanup-job/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ javaOptions:

backoffLimit: 6

podAnnotations: []
podAnnotations: { }

Check failure on line 102 in charts/streams-app-cleanup-job/values.yaml

View workflow job for this annotation

GitHub Actions / helm-lint

[braces] too many spaces inside empty braces

podLabels: []
podLabels: { }

Check failure on line 104 in charts/streams-app-cleanup-job/values.yaml

View workflow job for this annotation

GitHub Actions / helm-lint

[braces] too many spaces inside empty braces
4 changes: 2 additions & 2 deletions charts/streams-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ persistence:
##
# storageClass: ""

podAnnotations: []
podAnnotations: { }

Check failure on line 202 in charts/streams-app/values.yaml

View workflow job for this annotation

GitHub Actions / helm-lint

[braces] too many spaces inside empty braces

podLabels: []
podLabels: { }

Check failure on line 204 in charts/streams-app/values.yaml

View workflow job for this annotation

GitHub Actions / helm-lint

[braces] too many spaces inside empty braces

terminationGracePeriodSeconds: 300

0 comments on commit 0f39e2d

Please sign in to comment.