We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c585642 commit 30eac94Copy full SHA for 30eac94
1 file changed
helm-custom-value-file-examples/eks-elb-l7-tls-example.yaml
@@ -1,4 +1,4 @@
1
-# A helm example values file for an AWS install with nginx-ingress controller, TLS termination at ELB layer 7 and enable JNLP external communication
+# A helm example values file for an AWS install with nginx-ingress controller, TLS termination at ELB layer 7 and JNLP external communication enabled.
2
# Install an nginx-ingress controller
3
nginx-ingress:
4
Enabled: true
@@ -31,4 +31,4 @@ OperationsCenter:
31
# Set Ingress annotation for redirection
32
Ingress:
33
Annotations:
34
- nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
+ nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
0 commit comments