github-secret-store.yaml 716 B

12345678910111213141516171819
  1. apiVersion: external-secrets.io/v1
  2. kind: SecretStore
  3. metadata:
  4. name: github
  5. spec:
  6. provider:
  7. # provider type: github
  8. github:
  9. appID: "**app ID goes here**"
  10. # url: Default "https://github.com/", for enterprise Github instances uncomment and add your domain like "https://github.domain.com/"
  11. # uploadURL: Default "https://github.com"
  12. auth:
  13. privateKey:
  14. name: github-app-private-key
  15. key: privateKey.pem
  16. installationID: "**installation ID goes here**"
  17. organization: "Github **organization name goes here**"
  18. #repository: "Optional. set this for repository/environment secrets"
  19. #environment: "Optional. set this for environment secrets"