🔄 CI | Nightly Config Drift #10
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: 🔄 CI | Nightly Config Drift | |
on: | |
schedule: | |
# Scheduled to run in the morning (PT) on every day-of-week from Monday through Friday. | |
- cron: '0 15 * * 1-5' | |
jobs: | |
k8s-config-drift: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Set up Helm | |
uses: azure/[email protected] | |
- name: Sync k8s distro configs from helm chart | |
run: | | |
make -f ./distributions/nrdot-collector-k8s/Makefile sync-configs |