1818podSecurityPolicy :
1919 annotations : {}
2020 # # Specify pod annotations
21- # # Ref : https://kubernetes.io/docs/concepts/policy/pod-security-policy/#apparmor
22- # # Ref : https://kubernetes.io/docs/concepts/policy/pod-security-policy/#seccomp
23- # # Ref : https://kubernetes.io/docs/concepts/policy/pod-security-policy/#sysctl
21+ # # ref : https://kubernetes.io/docs/concepts/policy/pod-security-policy/#apparmor
22+ # # ref : https://kubernetes.io/docs/concepts/policy/pod-security-policy/#seccomp
23+ # # ref : https://kubernetes.io/docs/concepts/policy/pod-security-policy/#sysctl
2424 # #
2525 # apparmor.security.beta.kubernetes.io/allowedProfileNames: runtime/default
2626 # apparmor.security.beta.kubernetes.io/defaultProfileName: runtime/default
@@ -154,7 +154,7 @@ controller:
154154 scheme : HTTP
155155
156156 # # IngressClass:
157- # # Ref : https://github.com/haproxytech/kubernetes-ingress/blob/master/documentation/ingressclass.md
157+ # # ref : https://github.com/haproxytech/kubernetes-ingress/blob/master/documentation/ingressclass.md
158158
159159 # k8s >= 1.18: IngressClass resource used, in multi-ingress environments, to select ingress resources to implement.
160160 # ref: https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class
@@ -420,7 +420,7 @@ controller:
420420
421421 # # Set external traffic policy
422422 # # Default is "Cluster", setting it to "Local" preserves source IP
423- # # Ref : https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
423+ # # ref : https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-typeloadbalancer
424424 # externalTrafficPolicy: "Local"
425425
426426 # # Expose service via external IPs that route to one or more cluster nodes
@@ -431,10 +431,10 @@ controller:
431431 loadBalancerIP : " "
432432
433433 # # Source IP ranges permitted to access Network Load Balancer
434- # ref: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/
434+ # # ref: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/
435435 loadBalancerSourceRanges : []
436436
437- # # Class of load balancer implementation
437+ # # Class of load balancer implementation
438438 # # ref: https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-class
439439 loadBalancerClass : nil
440440
0 commit comments