Skip to content

Commit

Permalink
fix: Set spec.hard.pod value to string (#1928)
Browse files Browse the repository at this point in the history
Co-authored-by: ahmed <ahmed@planet.com>
Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 22, 2022
1 parent 81c4a26 commit 6f665b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/build/helmify/static/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ image:
pullSecrets: []
podAnnotations: {}
podLabels: {}
podCountLimit: 100
podCountLimit: "100"
secretAnnotations: {}
enableRuntimeDefaultSeccompProfile: true
controllerManager:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ metadata:
namespace: system
spec:
hard:
pods: 100
pods: "100"
scopeSelector:
matchExpressions:
- operator: In
Expand Down
2 changes: 1 addition & 1 deletion manifest_staging/charts/gatekeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ image:
pullSecrets: []
podAnnotations: {}
podLabels: {}
podCountLimit: 100
podCountLimit: "100"
secretAnnotations: {}
enableRuntimeDefaultSeccompProfile: true
controllerManager:
Expand Down
2 changes: 1 addition & 1 deletion manifest_staging/deploy/gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
namespace: gatekeeper-system
spec:
hard:
pods: 100
pods: "100"
scopeSelector:
matchExpressions:
- operator: In
Expand Down

0 comments on commit 6f665b4

Please sign in to comment.