mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:11:13 +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: |
|
||||
# exclude all
|
||||
/*
|
||||
# include heqet userdata
|
||||
# include heqet userdata & bootstrap config
|
||||
# These are the directories/files your repo needs to include:
|
||||
!/bootstrap
|
||||
!/projects
|
||||
!/resources
|
||||
!/values.yaml
|
||||
|
@ -66,7 +67,7 @@ spec:
|
|||
|
||||
# Finally, we are able to create a HelmRelease based on the upper GitRepositories.
|
||||
# This will bootstrap the Heqet Magic, also known as "app-of-apps"-Pattern
|
||||
---
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
@ -81,8 +82,8 @@ spec:
|
|||
kind: GitRepository
|
||||
name: heqet
|
||||
namespace: flux-system
|
||||
valuesFrom:
|
||||
- heqet/values.yaml
|
||||
valuesFiles:
|
||||
- heqet/values.yaml
|
||||
interval: 5m
|
||||
install:
|
||||
remediation:
|
||||
|
|
Loading…
Reference in a new issue