mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 11:36:50 +00:00
28 lines
649 B
YAML
28 lines
649 B
YAML
apiVersion: external-secrets.io/v1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: gitlab-saml
|
|
namespace: gitlab
|
|
spec:
|
|
refreshInterval: 1h
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: vault-backend
|
|
target:
|
|
name: gitlab-saml-secret
|
|
creationPolicy: Owner
|
|
template:
|
|
type: Opaque
|
|
data:
|
|
GITLAB_SAML_IDP_SSO_URL: "{{ .idp_sso_url }}"
|
|
GITLAB_SAML_IDP_FINGERPRINT: "{{ .idp_fingerprint }}"
|
|
data:
|
|
- secretKey: idp_sso_url
|
|
remoteRef:
|
|
key: gitlab/saml
|
|
property: idp_sso_url
|
|
- secretKey: idp_fingerprint
|
|
remoteRef:
|
|
key: gitlab/saml
|
|
property: idp_fingerprint
|