aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceK8sExternalProvider/README.md
diff options
context:
space:
mode:
authorJan Malkiewicz <jan.malkiewicz@nokia.com>2020-09-30 11:29:19 +0200
committerJan Malkiewicz <jan.malkiewicz@nokia.com>2020-09-30 13:02:59 +0200
commit93fdf569416a631dfc9aa0f5e0173c70a70d931a (patch)
treec4c07c6561ad4dd1d0acc3becb629c5c6411d9e3 /certServiceK8sExternalProvider/README.md
parent8dd3ea1c8851249904cf6e6000f099246d3f0761 (diff)
[OOM-K8S-CERT-EXTERNAL-PROVIDER] Add project
This project is a GOlang implementation of an external provider for kubernetes cert-manager. External provider will use OOM CertService as backend signing CA. Issue-ID: OOM-2559 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: Ide31ca64c29763c9d4e9bdf58d8f50ffddcaaf5d
Diffstat (limited to 'certServiceK8sExternalProvider/README.md')
-rw-r--r--certServiceK8sExternalProvider/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/certServiceK8sExternalProvider/README.md b/certServiceK8sExternalProvider/README.md
new file mode 100644
index 00000000..55eb0d0c
--- /dev/null
+++ b/certServiceK8sExternalProvider/README.md
@@ -0,0 +1,9 @@
+## Project seed for applications written in go lang
+
+### Build project
+
+Just run **mvn** command without any parameters (which is by default equal to **mvn clean package**).
+
+The output executable file will be present in bin directory with name: **onap-golang-helloworld-1.0.0-SNAPSHOT**
+
+To run the program just type: **bin/onap-golang-helloworld-1.0.0-SNAPSHOT**