mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
is it not possible to define a CR and a CRD in one apply?
This commit is contained in:
parent
d118604a2b
commit
e98813533f
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ variable "cloudflare_api_token" {
|
||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "kubernetes_secret" "cloudflare_api_token" {
|
/*resource "kubernetes_secret" "cloudflare_api_token" {
|
||||||
metadata {
|
metadata {
|
||||||
name = "cloudflare-api-token"
|
name = "cloudflare-api-token"
|
||||||
namespace = "traefik"
|
namespace = "traefik"
|
||||||
|
|
@ -78,4 +78,4 @@ resource "kubernetes_manifest" "cert_manager_cloudflare_issuer" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue