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