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