Skip to content

Commit

Permalink
Fix image pull secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdantverdyi committed Jan 24, 2023
1 parent aac12e9 commit 6fe96d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@ variable "lifecycle_events" {
variable "image_pull_secrets" {
description = "(Optional) Specify list of pull secrets"
type = map(string)
default = null
default = {}
}

0 comments on commit 6fe96d9

Please sign in to comment.