You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Unable use sak-kubernetes module without providing domains for docker proxy
╷
│ Error: Invalid index
│
│ on .terraform/modules/kubernetes/local.tf line 2, in locals:
│ 2: registry = "https://registry.${var.domains[0]}"
│ ├────────────────
│ │ var.domains is empty list of string
│
│ The given key does not identify an element in this collection value: the collection has no elements.
We need to use ingress because the registry required HTTPS connections. You can try to add insecure options for dockerconfig in kubernetes modules and use internal domain (http://registry..svc.cluster.local)
Describe the bug
Unable use
sak-kubernetes
module without providingdomains
for docker proxyUse version
I use
sak-kuberentes
from master branch (provectus/sak-kubernetes@e6cf16d)To Reproduce
The text was updated successfully, but these errors were encountered: