mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
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
|
||||
Reference in New Issue
Block a user