FalcoSuessgott / hashicorp-vault-playground

Bootstrap a local Vault HA Cluster with many useful learning labs in under a minute using only terraform, docker & minikube!
https://falcosuessgott.github.io/hashicorp-vault-playground/home/
16 stars 9 forks source link

Build with default options failing, problem deploying external secrets manager #25

Closed fxkk closed 8 months ago

fxkk commented 8 months ago

vault-playground version: 1.6.1

╷
│ Error: esm/secret-store failed to create kubernetes rest client for update of resource: resource [external-secrets.io/v1beta1/SecretStore] isn't valid for cluster, check the APIVersion and Kind fields are valid
│ 
│   with module.esm[0].kubectl_manifest.secret_store,
│   on k8s-external-secrets-operator/terraform/esm.tf line 35, in resource "kubectl_manifest" "secret_store":
│   35: resource "kubectl_manifest" "secret_store" {
│ 
╵
FalcoSuessgott commented 8 months ago

Does it work when u apply a 2nd time?

FalcoSuessgott commented 8 months ago

Thats also affecting us in #24, you have any ideas?