Compare commits
2 Commits
66339f14af
...
491470a450
| Author | SHA1 | Date | |
|---|---|---|---|
|
491470a450
|
|||
|
8c99feca27
|
@@ -11,7 +11,7 @@ resources:
|
||||
- ../../controllers/cnpg/cnpg.yaml
|
||||
|
||||
- ../../configs/artifacts.yaml
|
||||
- ../../configs/load-balancer/load-balancer.yaml
|
||||
- ../../configs/cilium-config/cilium-config.yaml
|
||||
- ../../configs/certificates/certificates.yaml
|
||||
- ../../configs/alerts/alerts.yaml
|
||||
- ../../configs/longhorn-jobs/longhorn-jobs.yaml
|
||||
|
||||
@@ -9,10 +9,10 @@ spec:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
artifacts:
|
||||
- name: load-balancer
|
||||
- name: cilium-config
|
||||
originRevision: "@foundation"
|
||||
copy:
|
||||
- from: "@foundation/configs/load-balancer/**"
|
||||
- from: "@foundation/configs/cilium-config/**"
|
||||
to: "@artifact/"
|
||||
- name: certificates
|
||||
originRevision: "@foundation"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: load-balancer
|
||||
name: cilium-config
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1h
|
||||
@@ -11,7 +11,7 @@ spec:
|
||||
- name: cilium
|
||||
sourceRef:
|
||||
kind: ExternalArtifact
|
||||
name: load-balancer
|
||||
name: cilium-config
|
||||
path: ./${cluster_env}
|
||||
prune: true
|
||||
wait: true
|
||||
Reference in New Issue
Block a user