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

Commit

Permalink
Merge pull request #44 from chuckha/secret-value
Browse files Browse the repository at this point in the history
Fix up the secret name
  • Loading branch information
k8s-ci-robot committed Jun 28, 2019
2 parents b433f80 + 5932013 commit 3bbf22f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actuators/actuators.go
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 3bbf22f

Please sign in to comment.