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

Remove unused variables from k8s/basic #12

Open
wants to merge 1 commit into
base: upgrade-kubernetes-provider
Choose a base branch
from

Conversation

lesha1201
Copy link

It removes unused variables create_app_namespace and app_namespace.

It removes unused variables `create_app_namespace` and `app_namespace`.
@lesha1201 lesha1201 requested a review from dzhlobo February 24, 2024 15:47
Comment on lines -1 to -9
variable "create_app_namespace" {
type = bool
default = true
}

variable "app_namespace" {
type = string
default = "default"
}
Copy link
Author

@lesha1201 lesha1201 Feb 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dzhlobo I'm not sure about intention of these variables but as I understand they're unused. Let me know if we need them for something.

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

Successfully merging this pull request may close these issues.

1 participant