Skip to content

Commit

Permalink
Merge pull request #880 from sttts/sttts-unstructured-slice-flipping
Browse files Browse the repository at this point in the history
auth-config-observation: fix unstructured issuer slice type
  • Loading branch information
openshift-merge-robot committed Jun 9, 2020
2 parents df1071c + fffdf9d commit 57f1a73
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -113,7 +113,7 @@ func unstructuredConfigForIssuer(issuer string) map[string]interface{} {
}
return map[string]interface{}{
"apiServerArguments": map[string]interface{}{
"service-account-issuer": []string{
"service-account-issuer": []interface{}{
issuer,
},
},
Expand Down

0 comments on commit 57f1a73

Please sign in to comment.