Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning: Secret value is no longer used with k8s 1.24+ #490

Open
soorena776 opened this issue Mar 28, 2024 · 1 comment
Open

warning: Secret value is no longer used with k8s 1.24+ #490

soorena776 opened this issue Mar 28, 2024 · 1 comment

Comments

@soorena776
Copy link
Contributor

While following the rag app installation, Terraform prints out the following:

Warning: "default_secret_name" is no longer applicable for Kubernetes v1.24.0 and above
@andrewsykim
Copy link
Collaborator

This is a warning printed by the Terraform provider whenever a service account resource is referenced https://github.com/hashicorp/terraform-provider-kubernetes/blob/main/kubernetes/resource_kubernetes_service_account_v1.go#L78

I'm not sure what we can do right now and I don't think the terraform provider can pre-check the server version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants