mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 22:39:06 +02:00
switch kubernetes provider for annotation patching
This commit is contained in:
@@ -14,10 +14,10 @@ resource "helm_release" "longhorn" {
|
||||
}
|
||||
|
||||
resource "kubernetes_annotations" "patch_oci-bv" {
|
||||
count = var.install_longhorn ? 1 : 0
|
||||
depends_on = [helm_release.longhorn]
|
||||
api_version = "storage.k8s.io/v1"
|
||||
kind = "StorageClass"
|
||||
force = true
|
||||
|
||||
metadata {
|
||||
name = "oci-bv"
|
||||
|
Reference in New Issue
Block a user