
Current ingress relation only routes unit to requirer's leader. Ingress V2 fixes that issue. Change-Id: Idf3d46c89e366314d34553ad89422339e64b84c8
10 lines
445 B
Bash
Executable File
10 lines
445 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "INFO: Fetching libs from charmhub."
|
|
charmcraft fetch-lib charms.nginx_ingress_integrator.v0.ingress
|
|
charmcraft fetch-lib charms.data_platform_libs.v0.database_requires
|
|
#charmcraft fetch-lib charms.sunbeam_keystone_operator.v1.identity_service
|
|
#charmcraft fetch-lib charms.sunbeam_keystone_operator.v0.identity_credentials
|
|
charmcraft fetch-lib charms.rabbitmq_k8s.v0.rabbitmq
|
|
charmcraft fetch-lib charms.traefik_k8s.v2.ingress
|