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