87a82989b6
This commit adds secret creation to hostconfig-operator. Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com> Change-Id: I8a92a07e1aaf653708b6e4d9fa8e300ebb3a9468
10 lines
165 B
YAML
10 lines
165 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: hco-ssh-auth
|
|
type: kubernetes.io/ssh-auth
|
|
data:
|
|
ssh-privatekey: REPLACEMENT_SSH_PRIVATEKEY
|
|
username: ZGVwbG95ZXIK
|
|
|