Categorygithub.com/w6d-io/process-rest
modulepackage
0.2.6
Repository: https://github.com/w6d-io/process-rest.git
Documentation: pkg.go.dev

# README

Process REST

codecov

The aim of this application is to trigger script by POST data.

The data posted will be record in a file then the file path will be set as parameter for all scripts

There is 3 kinds of script

  • Pre Script
  • Main Script
  • Post Script

The process will be installed on alpine 3.6 along with (Dockerfile)

  • helm (v3)
  • kubectl (v1.20.2)
  • jq (1.5)
  • yq
  • bash (4.3.48)
  • python (3.6.8)
  • pip (21.0.1)
  • gettext (0.19.8.1)
  • git (2.13.7)
  • make
  • curl
  • gawk

Configuration

The script has to be in folder within the container

In kubernetes it can be done through configmap or secret

Examples

  • TODO

# Packages

No description provided by the author
No description provided by the author