secret sample
This commit is contained in:
parent
723c2d37ca
commit
8507b62ff0
1 changed files with 8 additions and 0 deletions
8
config/samples/secret.yaml
Normal file
8
config/samples/secret.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: technitium-auth
|
||||
type: Opaque
|
||||
stringData:
|
||||
apiKey-ns1: <api_key>
|
||||
apiKey-ns2: <api_key>
|
||||
Loading…
Add table
Reference in a new issue