You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/04/18 08:05:52 UTC

[GitHub] [camel-k] squakez commented on a diff in pull request #3166: Add Mount trait example

squakez commented on code in PR #3166:
URL: https://github.com/apache/camel-k/pull/3166#discussion_r851959812


##########
examples/traits/mount/pod-example.yaml:
##########
@@ -0,0 +1,11 @@
+apiVersion: v1

Review Comment:
   This yaml is not needed, you can remove it.



##########
examples/traits/mount/README.md:
##########
@@ -0,0 +1,17 @@
+# Camel K Mount Trait
+
+
+In this section you will find examples about fine tuning your `Integration` using **Mount** `trait` capability.
+
+
+**Example 1: Mount Persistent Volume Claim on the Integration Pod in a Kubernetes platform (Static Volume Provisioning)**
+
+Requirement: Persistent Volume already created.
+
+Create the Pod and the Persistent Volume Claim:
+`kubectl apply -f pod-example.yaml`

Review Comment:
   You don't need any live Pod for the PVC to be usable. You can just remove this line.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org