chore(dev): add something to trigger pipe #47
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Traefik | |
on: | |
push: | |
branches: | |
- main | |
- dev | |
pull_request: | |
branches: | |
- dev | |
jobs: | |
traefik: | |
uses: JHOFER-Cloud/helm-ci/.github/workflows/k8s-deploy-template.yml@dev | |
with: | |
app_name: traefik | |
helm_repository: https://traefik.github.io/charts | |
helm_chart: traefik/traefik | |
helm_version: 33.2.1 | |
values_path: helm/values | |
internal_domain: dev.hla1.jhofer.lan | |
external_domain: live.hla1.jhofer.lan | |
traefik_dashboard: true | |
root_ca: "https://pki.jhofer.lan/certs/root-ca.pem" | |
secrets: | |
KUBE_CONFIG_DEV: ${{ secrets.KUBE_CONFIG_DEV }} ## HLA1 CONFIG | |
KUBE_CONFIG_LIVE: ${{ secrets.KUBE_CONFIG_LIVE }} ## EMPTY CONFIG |