rename kube to kubectl and add README.md
This commit is contained in:
13
kubectl/01-initialize/05-device-jwt-private-key-secret.yaml
Normal file
13
kubectl/01-initialize/05-device-jwt-private-key-secret.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: device-jwt-private-key
|
||||
namespace: hlaeja
|
||||
labels:
|
||||
app: device-register
|
||||
environment: testing
|
||||
tier: backend
|
||||
type: Opaque
|
||||
data:
|
||||
# Look at /doc/rsa_key.md, for how to make real values
|
||||
private_key.pem: DeviceJwtPrivateKeyFileBase64==
|
||||
Reference in New Issue
Block a user