Platform: AWS
Branch: master
This is bug from #653,
loadBalancerScheme was introduced in the base manifest but there's no params.yaml for base and annotation doesn't get updated. no-auth kfctl_aws.yaml is affected.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}]'
alb.ingress.kubernetes.io/scheme: $(loadBalancerScheme)
Platform: AWS
Branch: master
This is bug from #653,
loadBalancerSchemewas introduced in the base manifest but there's no params.yaml for base and annotation doesn't get updated. no-authkfctl_aws.yamlis affected.