After a discussion with the TSC the value that
stated if a proxy charm is deployed on k8s has
changed.
Change-Id: I03b1a99b7fdd0f368ac43a194c78f38b1bd56b15
Signed-off-by: Dominik Fleischmann <dominik.fleischmann@canonical.com>
if deep_get(config_descriptor, ('juju', 'proxy')) is False:
is_proxy_charm = False
- if deep_get(config_descriptor, ('juju', 'k8s')) is True and is_proxy_charm:
+ if deep_get(config_descriptor, ('juju', 'cloud')) == 'k8s' and is_proxy_charm:
is_k8s_proxy_charm = True
if not is_k8s_proxy_charm: