Skip to content

Commit

Permalink
docs: update doclinks in values for networkpolicy
Browse files Browse the repository at this point in the history
Signed-off-by: wilmarguida <[email protected]>
  • Loading branch information
wilmardo authored and grieshaber committed Nov 25, 2022
1 parent 4585125 commit 425f646
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/keycloakx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ ingress:
# secretName: ""

## Network policy configuration
# https://kubernetes.io/docs/concepts/services-networking/network-policies/
networkPolicy:
# If true, the Network policies are deployed
enabled: false
Expand All @@ -322,7 +323,7 @@ networkPolicy:
labels: {}

# Define all other external allowed source
# See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#networkpolicypeer-v1-networking-k8s-io
# See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#networkpolicypeer-v1-networking-k8s-io
extraFrom: []

# Define egress networkpolicies for the Keycloak pods (external database for example)
Expand Down

0 comments on commit 425f646

Please sign in to comment.