Skip to content

Commit

Permalink
feat: secure-pod-defaults flag is enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Kauana dos Santos committed Sep 29, 2023
1 parent 05e349f commit f3faee7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/core/configmaps/features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
app.kubernetes.io/component: controller
app.kubernetes.io/version: devel
annotations:
knative.dev/example-checksum: "f2fc138e"
knative.dev/example-checksum: "cee81616"
data:
_example: |-
################################
Expand All @@ -43,9 +43,8 @@ data:
# Default SecurityContext settings to secure-by-default values
# if unset.
#
# This value will default to "enabled" in a future release,
# probably Knative 1.10
secure-pod-defaults: "disabled"
# Indicates whether secure-pod-defaults support is enabled
secure-pod-defaults: "enabled"
# Indicates whether multi container support is enabled
#
Expand Down

0 comments on commit f3faee7

Please sign in to comment.