Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. D:\dev\jbdevstudio-9.0.0\workspace\poc\fuse\fis-java-os-configmap\src\main\resources>type configmap-demo.yml
  2. kind: ConfigMap
  3. apiVersion: v1
  4. metadata:
  5. name: configmap-demo
  6. namespace: open-demo-project
  7. data:
  8. app.properties: |-
  9. SFTPIntegration_Source_URI=sftp://user:password@0.0.0.0/test_sftp_download/?move=success
  10. SFTPIntegration_Target_URI=file://sftp_download
  11. D:\dev\jbdevstudio-9.0.0\workspace\poc\fuse\fis-java-os-configmap\src\main\resources>oc create -f configmap-demo.yml
  12. unable to recognize "configmap-demo.yml": no kind named "ConfigMap" is registered in versions ["v1" "v1"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement