fixes
This commit is contained in:
@@ -12,5 +12,5 @@ output "client_id" {
|
||||
value = data.kubernetes_secret_v1.oauth2-client-id.data["client-id"]
|
||||
}
|
||||
output "client_secret" {
|
||||
value = data.kubernetes_secret_v1.oauth2-client-secret-id.data["client-secret"]
|
||||
value = data.kubernetes_secret_v1.oauth2-client-secret.data["client-secret"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user