Skip to content

Commit

Permalink
Fix inaccurate instruction for internal-encryption (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 authored Aug 30, 2023
1 parent 1e4e183 commit dfd6edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
app.kubernetes.io/component: networking
app.kubernetes.io/version: devel
annotations:
knative.dev/example-checksum: "a576301d"
knative.dev/example-checksum: "3550d56a"
data:
_example: |
################################
Expand Down Expand Up @@ -173,7 +173,7 @@ data:
# Knative doesn't know about that otherwise.
default-external-scheme: "http"
# internal-encryption is deprecated and replaced by internal-dataplane-trust and internal-controlplane-trust
# internal-encryption is deprecated and replaced by dataplane-trust and controlplane-trust
# internal-encryption indicates whether internal traffic is encrypted or not.
#
# NOTE: This flag is in an alpha state and is mostly here to enable internal testing
Expand Down

0 comments on commit dfd6edf

Please sign in to comment.