Skip to content

Commit

Permalink
chore: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Sep 20, 2023
1 parent 9e0b99c commit e95a80d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/onp_cluster_secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ resource "kubernetes_secret" "onp_argocd_applicationset_controller_github_app_se
}

data = {
type = "git"
url = "https://github.com/GiganticMinecraft/seichi_infra"
githubAppID = var.onp_k8s_argocd_applicationset_controller_github_app_id
type = "git"
url = "https://github.com/GiganticMinecraft/seichi_infra"
githubAppID = var.onp_k8s_argocd_applicationset_controller_github_app_id
githubAppInstallationID = var.onp_k8s_argocd_applicationset_controller_github_app_installation_id
githubAppPrivateKey = var.onp_k8s_argocd_applicationset_controller_github_app_pem
githubAppPrivateKey = var.onp_k8s_argocd_applicationset_controller_github_app_pem
}

type = "Opaque"
Expand Down

0 comments on commit e95a80d

Please sign in to comment.