Skip to content

Commit

Permalink
changes in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Neha Sharma committed Dec 31, 2024
1 parent b7d2378 commit 2fa0437
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/k8s-shield/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ containerSecurityPolicy: false
# pvcCreationPolicy controls the creation of Persistent Volume Claims (PVCs).
# If enabled, it restricts PVC creation in specified namespaces.
pvcCreationPolicyConfig:
namespaces: {} # List of namespaces where the policy applies.
namespaces: []# List of namespaces where the policy applies.
validationActions:
- Deny

Expand All @@ -33,21 +33,21 @@ namespaceDeletionPolicyConfig:
# loadBalancerCreationPolicy restricts the creation of LoadBalancer type services.
# This policy prevents creating LoadBalancer services in the specified namespaces.
loadBalancerCreationPolicyConfig:
namespaces: {} # List of namespaces where the policy applies.
namespaces: [] # List of namespaces where the policy applies.
validationActions:
- Deny

# appDeletionPolicy prevents the deletion of applications within specified namespaces.
# If enabled, applications cannot be deleted in the listed namespaces.
appDeletionPolicyConfig:
namespaces: {} # List of namespaces where the policy applies.
namespaces: [] # List of namespaces where the policy applies.
validationActions:
- Deny

# resourcePolicies enforce the specification of resource requests and limits for deployments, statefulsets, etc.
resourcePoliciesConfig:
WithoutResourceConfig:
namespaces: {} # List of namespaces where the policy applies.
namespaces: [] # List of namespaces where the policy applies.
validationActions:
- Deny
operations:
Expand All @@ -67,7 +67,7 @@ resourcePoliciesConfig:
- ""
- apps
- argoproj.io
namespaces: {} # List of namespaces where the policy applies.
namespaces: []# List of namespaces where the policy applies.
operations:
- CREATE
- UPDATE
Expand All @@ -94,7 +94,7 @@ cLusterRoleBindingCreationConfig:
# readinessAndLivenessPolicy ensures that readiness and liveness probes are defined for containers.
# This ensures that pods are only considered healthy when they pass the defined probes.
readinessAndLivenessPolicyConfig:
namespaces: {} # List of namespaces where the policy applies.
namespaces: [] # List of namespaces where the policy applies.
operations:
- CREATE
- UPDATE
Expand Down

0 comments on commit 2fa0437

Please sign in to comment.