https://github.com/duologic/tanka-exporter-workflow
https://github.com/duologic/tanka-exporter-workflow
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/duologic/tanka-exporter-workflow
- Owner: Duologic
- Created: 2024-07-11T12:43:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T22:17:12.000Z (over 1 year ago)
- Last Synced: 2025-01-27T10:43:29.556Z (over 1 year ago)
- Language: Jsonnet
- Size: 836 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tanka Exporter for GitHub Actions
This repository contains a composite GitHub Action to export Kubernetes manifests to git using [Tanka](https://tanka.dev).
_Really? Where does this come from?_ This is a reference implementation of the CI/CD workflow used within Grafana Labs.
The internal process is a Go program that does the same thing :tm:, I figured it would be fun to implement this same process as a 'native' composite action.