Commit 8a48aad0 authored by Matt Liggett's avatar Matt Liggett

One more place we need a secret.

parent 6ebf168b
......@@ -84,6 +84,12 @@ var _ = framework.KubeDescribe("Service [Feature:Federation]", func() {
ServerAddress: context.Cluster.Cluster.Server,
},
},
SecretRef: &api.LocalObjectReference{
// Note: Name must correlate with federation build script secret name,
// which currently matches the cluster name.
// See federation/cluster/common.sh:132
Name: context.Name,
},
},
}
_, err := f.FederationClientset.Federation().Clusters().Create(&cluster)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment