mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(flatnotes): namespace
This commit is contained in:
@@ -12,6 +12,7 @@ spec:
|
||||
labels: *l
|
||||
path: ./kube/deploy/apps/flatnotes/app
|
||||
components:
|
||||
- ../../../core/flux-system/alerts/template/
|
||||
- ../../../core/storage/volsync/component/
|
||||
dependsOn:
|
||||
- name: 1-core-storage-volsync-app
|
||||
|
||||
@@ -2,7 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ns.yaml
|
||||
- ks.yaml
|
||||
components:
|
||||
- ../../core/flux-system/alerts/template/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: &name flux-system-discord
|
||||
name: &name flux-alerts-discord
|
||||
spec:
|
||||
refreshInterval: 1m
|
||||
secretStoreRef:
|
||||
|
||||
Reference in New Issue
Block a user