chore: Moved telegram alerts config
This commit is contained in:
@@ -13,5 +13,5 @@ resources:
|
|||||||
- ../../configs/artifacts.yaml
|
- ../../configs/artifacts.yaml
|
||||||
- ../../configs/letsencrypt/letsencrypt.yaml
|
- ../../configs/letsencrypt/letsencrypt.yaml
|
||||||
- ../../configs/certificates/certificates.yaml
|
- ../../configs/certificates/certificates.yaml
|
||||||
- ../../configs/telegram-alerts/telegram-alerts.yaml
|
- ../../configs/alerts/telegram/alerts-telegram.yaml
|
||||||
- ../../configs/longhorn-jobs/longhorn-jobs.yaml
|
- ../../configs/longhorn-jobs/longhorn-jobs.yaml
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: telegram-alerts
|
name: alerts-telegram
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 1h
|
interval: 1h
|
||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
timeout: 5m
|
timeout: 5m
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: ExternalArtifact
|
kind: ExternalArtifact
|
||||||
name: telegram-alerts
|
name: alerts-telegram
|
||||||
decryption:
|
decryption:
|
||||||
provider: sops
|
provider: sops
|
||||||
secretRef:
|
secretRef:
|
||||||
@@ -19,10 +19,10 @@ spec:
|
|||||||
copy:
|
copy:
|
||||||
- from: "@foundation/configs/certificates/**"
|
- from: "@foundation/configs/certificates/**"
|
||||||
to: "@artifact/"
|
to: "@artifact/"
|
||||||
- name: telegram-alerts
|
- name: alerts-telegram
|
||||||
originRevision: "@foundation"
|
originRevision: "@foundation"
|
||||||
copy:
|
copy:
|
||||||
- from: "@foundation/configs/telegram-alerts/**"
|
- from: "@foundation/configs/alerts/telegram/**"
|
||||||
to: "@artifact/"
|
to: "@artifact/"
|
||||||
- name: longhorn-jobs
|
- name: longhorn-jobs
|
||||||
originRevision: "@foundation"
|
originRevision: "@foundation"
|
||||||
|
|||||||
Reference in New Issue
Block a user