Add a note to file-bindy-ftp README about k8s client and self signed certs
diff --git a/file-bindy-ftp/README.adoc b/file-bindy-ftp/README.adoc
index e334e22..95e6c9c 100644
--- a/file-bindy-ftp/README.adoc
+++ b/file-bindy-ftp/README.adoc
@@ -151,6 +151,11 @@
 $ kubectl delete all -l app.kubernetes.io/name=camel-quarkus-examples-file-bindy-ftp
 ----
 
+[NOTE]
+====
+If you need to configure container resource limits & requests, or enable the Quarkus Kubernetes client to trust self signed certificates, you can find these configuration options in `src/main/resources/application.properties`. Simply uncomment them and set your desired values.
+====
+
 ==== Deploying to OpenShift
 
 To start a Source To Image (S2I) build and deploy the application.
diff --git a/file-bindy-ftp/src/main/resources/application.properties b/file-bindy-ftp/src/main/resources/application.properties
index 7776de3..4fd8027 100644
--- a/file-bindy-ftp/src/main/resources/application.properties
+++ b/file-bindy-ftp/src/main/resources/application.properties
@@ -35,6 +35,9 @@
 
 # Kubernetes
 
+# Uncomment to trust self signed certificates if they are presented by the Kubernetes API server
+#quarkus.kubernetes-client.trust-certs=true
+
 # Add the FTP server credentials secret to the application Pod
 quarkus.kubernetes.env.secrets=ftp-credentials