mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 09:15:02 +00:00
* Convert all files with.period.separators to hyphen-separators. * Rename and markdown_test.go to be specific to Helm Values. * Move helm-values_test.go to be in the same directory as the Helm Values doc. * Move Blackbox common configuration CUE file to `config/prometheus` so it can be imported as necessary. * Use explicit import statements for Blackbox common config in `blackbox` and `prometheus` components. Closes: #399
5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#! /bin/bash
|
|
set -euo pipefail
|
|
[[ -s "$1" ]] && [[ -z "${HOLOS_UPDATE_SCRIPTS:-}" ]] && exit 0
|
|
cat > "$1"
|