apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: name: gatus-config namespace: {{ .Release.Namespace }} labels: app.kubernetes.io/name: gatus-config-secret {{- include "custom.labels" . | nindent 4 }} spec: secretStoreRef: kind: ClusterSecretStore name: openbao data: - secretKey: NTFY_TOKEN remoteRef: key: /cl01tl/ntfy/users/cl01tl property: token --- apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: name: gatus-oidc-authentik namespace: {{ .Release.Namespace }} labels: app.kubernetes.io/name: gatus-oidc-authentik {{- include "custom.labels" . | nindent 4 }} spec: secretStoreRef: kind: ClusterSecretStore name: openbao data: - secretKey: OIDC_CLIENT_ID remoteRef: key: /cl01tl/authentik/oidc/gatus property: client - secretKey: OIDC_CLIENT_SECRET remoteRef: key: /cl01tl/authentik/oidc/gatus property: secret