Skip to content

Commit

Permalink
chore(updates.jenkins.io) fix failing tests by cleaning up (already) …
Browse files Browse the repository at this point in the history
…imported resource (#841)

The hotfix commit
62f7910
added a forgotten `import { }` block as a fixup #840.
It fixed the production but the staging is now failing due to this block
(as there are NO Kubernetes namespace reachable in the staging).

This PR cleans up the code by removing the `import {}` which fixes the
staging build
  • Loading branch information
dduportal authored Sep 20, 2024
1 parent 62f7910 commit 88235dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions updates.jenkins.io.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,7 @@ output "updates_jenkins_io_redirections_fileshare_name" {
value = azurerm_storage_share.updates_jenkins_io_redirects.name
}

## Kubernetes Resources (statci provision of persistent volumes)
import {
to = kubernetes_namespace.updates_jenkins_io
id = "updates-jenkins-io"
}
## Kubernetes Resources (static provision of persistent volumes)
resource "kubernetes_namespace" "updates_jenkins_io" {
provider = kubernetes.publick8s

Expand Down

0 comments on commit 88235dd

Please sign in to comment.