Skip to content

Commit

Permalink
[release-0.1] Config features (#70)
Browse files Browse the repository at this point in the history
* deps

* deps

* deps

* deps

* feature

Co-authored-by: David Hadas <[email protected]>
  • Loading branch information
knative-prow-robot and davidhadas authored Oct 7, 2022
1 parent 1e60167 commit 30e435e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/deploy/config-features.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: config-features
namespace: knative-serving
labels:
app.kubernetes.io/name: knative-serving
app.kubernetes.io/component: controller
app.kubernetes.io/version: devel
data:
# This overrides the configmap produced by knative serving
# It is useful for demonstration purposes or when using an unchanged configmap
queueproxy.mount-podinfo: allowed

0 comments on commit 30e435e

Please sign in to comment.