41 lines
983 B
YAML
41 lines
983 B
YAML
apiVersion: external-secrets.io/v1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: argocd-oidc-authentik
|
|
namespace: {{ .Release.Namespace }}
|
|
labels:
|
|
app.kubernetes.io/name: argocd-oidc-authentik
|
|
{{- include "custom.labels" . | nindent 4 }}
|
|
spec:
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: openbao
|
|
data:
|
|
- secretKey: secret
|
|
remoteRef:
|
|
key: /cl01tl/authentik/oidc/argocd
|
|
property: secret
|
|
- secretKey: client
|
|
remoteRef:
|
|
key: /cl01tk/authentik/oidc/argocd
|
|
property: client
|
|
|
|
---
|
|
apiVersion: external-secrets.io/v1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: argocd-notifications-ntfy
|
|
namespace: {{ .Release.Namespace }}
|
|
labels:
|
|
app.kubernetes.io/name: argocd-notifications-ntfy
|
|
{{- include "custom.labels" . | nindent 4 }}
|
|
spec:
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: openbao
|
|
data:
|
|
- secretKey: ntfy-token
|
|
remoteRef:
|
|
key: /cl01tl/ntfy/users/cl01tl
|
|
property: token
|