datawire / forge

Define and run multi-container apps in Kubernetes
http://forge.sh
Apache License 2.0
416 stars 43 forks source link

base64 encode in templates #177

Open endrec opened 6 years ago

endrec commented 6 years ago

I would like to base64 encode environment variables in my k8s templates (e.g Authentication Basic header).

Would it be possible to add b64encode/b64decode filters to forge?