Skip to content

Commit 9b1fd5d

Browse files
committed
Provide exemplar Pillar info
1 parent b9a609a commit 9b1fd5d

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

pillar.example

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
flux-cli:
2+
values:
3+
pkg:
4+
name: flux-cli # (Reserved for future use)
5+
download_uri: '' # (Recommended): URI from which to download the
6+
# architecture-appropriate archive-file. If left
7+
# undefined or unpopulated, formula will attempt to
8+
# download the latest-available binary-archive from
9+
# the flux-cd GitHub project located at:
10+
#
11+
# https://github.com/fluxcd/flux2/releases
12+
#
13+
download_sig: '' # (Conditional): URI from which to download the
14+
# signature-file corresponding to the file downloaded
15+
# via the 'download_uri' URI. If using a
16+
# privately-hosted archive-file, it will be necessary
17+
# to create and host a signature-file with which to
18+
# verify the downloaded archive-file. This parameter
19+
# tells the automation where to download the
20+
# signature-file from

0 commit comments

Comments
 (0)