zotoio/github-task-manager

View on GitHub
k8s.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

# requires kubectl local env configured to your cluster - pass in 'apply' or 'delete'

export $(cat .env | grep -v ^# | xargs) && envsubst < ./k8s/k8s-gtm-agent.yml | kubectl $1 -f -