Sreejith Punnapuzha 87a82989b6 Create secret with ssh-key for hostconfig-operator
This commit adds secret creation to hostconfig-operator.

Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com>
Change-Id: I8a92a07e1aaf653708b6e4d9fa8e300ebb3a9468
2021-04-10 20:33:03 -05:00

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