add notifications

This commit is contained in:
2025-06-02 17:45:40 -05:00
parent c748e82258
commit 4169ebc73c
2 changed files with 178 additions and 0 deletions

View File

@@ -27,6 +27,29 @@ spec:
metadataPolicy: None
property: client
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: argocd-ntfy-secret
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: argocd-ntfy-secret
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
data:
- secretKey: token
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /ntfy/user/cl01tl
metadataPolicy: None
property: token
# ---
# apiVersion: external-secrets.io/v1
# kind: ExternalSecret