rename kube to kubectl and add README.md
This commit is contained in:
12
kubectl/01-initialize/07-device-api-keystore.yaml
Normal file
12
kubectl/01-initialize/07-device-api-keystore.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: device-api-keystore
|
||||
namespace: hlaeja
|
||||
labels:
|
||||
environment: testing
|
||||
type: Opaque
|
||||
data:
|
||||
# Look at /doc/keystore.md, for how to make real values
|
||||
keystore.p12: DeviceApiKeystoreFileBase64==
|
||||
keystore-password: DeviceApiKeystorePasswordBase64==
|
||||
Reference in New Issue
Block a user