mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-20 02:35:42 +00:00
Create secret with bearer-token
Signed-off-by: Santosh Kaluskar <dtshbl@gmail.com>
This commit is contained in:
parent
0fd8fbe301
commit
5a45d2b127
5 changed files with 34 additions and 3 deletions
9
cmd/flux/testdata/create_secret/git/git-bearer-token.yaml
vendored
Normal file
9
cmd/flux/testdata/create_secret/git/git-bearer-token.yaml
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: bearer-token-auth
|
||||
namespace: my-namespace
|
||||
stringData:
|
||||
bearerToken: ghp_baR2qnFF0O41WlucePL3udt2N9vVZS4R0hAS
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue