Browse Source

add github authentication

gitops
Nicolas Massé 3 years ago
parent
commit
86a0068584
  1. 11
      hacking/github-auth/secret.yaml

11
hacking/github-auth/secret.yaml

@ -0,0 +1,11 @@
apiVersion: v1
kind: Secret
metadata:
name: github-authentication
annotations:
tekton.dev/git-0: https://github.com
type: kubernetes.io/basic-auth
stringData:
username: nmasse-itix
password: '__GITHUB_TOKEN__'
Loading…
Cancel
Save