apiVersion: external-secrets.io/v1 kind: SecretStore metadata: name: gitlab-secret-store spec: provider: # provider type: gitlab gitlab: # url: https://gitlab.mydomain.com/ auth: SecretRef: accessToken: name: gitlab-secret key: token projectID: "**project ID goes here**" # To sync variables from specific groups, provide their numeric IDs # (visible on the group's General Settings page). # groupIDs and inheritFromGroups are mutually exclusive: set only one. groupIDs: ["12345", "67890"] # Alternatively, automatically inherit variables from all parent groups: # inheritFromGroups: true environment: "**environment scope goes here**"