Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/build/helmify/static/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,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 @@ -100,7 +100,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