darrylcauldwell / veba-knative-mm-enter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Background

https://darrylcauldwell.github.io/post/veba-knative/

Setup Environment Variables

kubectl -n vmware-functions create secret generic veba-knative-mm-vrops \
  --from-literal=vropsFqdn=vrops.cork.local \
  --from-literal=vropsUser=admin \
  --from-literal=vropsPassword='VMware1!'

Install Function

kubectl apply -f https://raw.githubusercontent.com/darrylcauldwell/veba-knative-mm-enter/main/veba-knative-mm-enter.yml

Update Function

git clone https://github.com/darrylcauldwell/veba-knative-mm-enter.git
cd veba-knative-mm-enter
# Update handler.ps1 with required business logic
docker build --tag ghcr.io/darrylcauldwell/veba-ps-enter-mm:1.0 .
docker push ghcr.io/darrylcauldwell/veba-ps-enter-mm:1.0

About


Languages

Language:PowerShell 90.0%Language:Dockerfile 10.0%