Skip to content

Commit f1928db

Browse files
[BazelBot] Remove non-existant k8s secret dep
Otherwise terraform apply does not work. Left over from the previous patch.
1 parent c2eca50 commit f1928db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google-bazel-bot/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ resource "kubernetes_manifest" "bazel_fixer_bot" {
245245
depends_on = [
246246
kubernetes_namespace.bazel_ci,
247247
kubernetes_secret.github_app,
248-
kubernetes_secret.github_api_token,
249248
kubernetes_secret.github_pr_app,
250249
kubernetes_service_account.bazel_cache_ksa
251250
]

0 commit comments

Comments
 (0)