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

feat: default allow all users to use default psp #16

Merged
merged 1 commit into from
May 23, 2020

Conversation

etwillbefine
Copy link
Member

No description provided.

@github-actions
Copy link

terraform validate Failed


Error: Reference to undeclared input variable

  on service-account.tf line 7, in resource "kubernetes_service_account" "namespace":
   7:   count = var.enabled_rbac_binding ? 1 : 0

An input variable with the name "enabled_rbac_binding" has not been declared.
This variable can be declared with a variable "enabled_rbac_binding" {} block.

Workflow: terraform, Action: hashicorpterraform-github-actions3, Working Directory: .

@github-actions
Copy link

terraform validate Failed


Error: Reference to undeclared input variable

  on service-account.tf line 7, in resource "kubernetes_service_account" "namespace":
   7:   count = var.enabled_rbac_binding ? 1 : 0

An input variable with the name "enabled_rbac_binding" has not been declared.
This variable can be declared with a variable "enabled_rbac_binding" {} block.

Workflow: terraform, Action: hashicorpterraform-github-actions3, Working Directory: .

adjusts examples and mention psp binding
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.

2 participants