Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Fix up the secret name
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ha <chuckh@vmware.com>
  • Loading branch information
chuckha committed Jun 28, 2019
1 parent b433f80 commit 5932013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actuators/actuators.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ func kubeconfigToSecret(clusterName, namespace string) (*v1.Secret, error) {
Namespace: namespace,
},
Data: map[string][]byte{
"kubeconfig": data,
// TODO pull in constant from cluster api
"value": data,
},
}, nil
}

0 comments on commit 5932013

Please sign in to comment.