-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpillar.example
More file actions
20 lines (20 loc) · 1.16 KB
/
pillar.example
File metadata and controls
20 lines (20 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
flux-cli:
values:
pkg:
name: flux-cli # (Reserved for future use)
download_uri: '' # (Recommended): URI from which to download the
# architecture-appropriate archive-file. If left
# undefined or unpopulated, formula will attempt to
# download the latest-available binary-archive from
# the flux-cd GitHub project located at:
#
# https://github.com/fluxcd/flux2/releases
#
download_sig: '' # (Conditional): URI from which to download the
# signature-file corresponding to the file downloaded
# via the 'download_uri' URI. If using a
# privately-hosted archive-file, it will be necessary
# to create and host a signature-file with which to
# verify the downloaded archive-file. This parameter
# tells the automation where to download the
# signature-file from