mirror of
https://github.com/nold360/hive-apps
synced 2024-12-23 06:01:18 +00:00
fix
This commit is contained in:
parent
5878300cdf
commit
5787d3a88a
1 changed files with 5 additions and 4 deletions
|
@ -31,8 +31,9 @@ spec:
|
||||||
ignore: |
|
ignore: |
|
||||||
# exclude all
|
# exclude all
|
||||||
/*
|
/*
|
||||||
# include heqet userdata
|
# include heqet userdata & bootstrap config
|
||||||
# These are the directories/files your repo needs to include:
|
# These are the directories/files your repo needs to include:
|
||||||
|
!/bootstrap
|
||||||
!/projects
|
!/projects
|
||||||
!/resources
|
!/resources
|
||||||
!/values.yaml
|
!/values.yaml
|
||||||
|
@ -81,8 +82,8 @@ spec:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: heqet
|
name: heqet
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
valuesFrom:
|
valuesFiles:
|
||||||
- heqet/values.yaml
|
- heqet/values.yaml
|
||||||
interval: 5m
|
interval: 5m
|
||||||
install:
|
install:
|
||||||
remediation:
|
remediation:
|
||||||
|
|
Loading…
Reference in a new issue