mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-21 19:21:03 +02:00
Azure AKS, experimenting with config
This commit is contained in:
parent
1db6dd5dfd
commit
a0a41299ef
3 changed files with 62 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ class Packager:
|
|||
return self.generate_docker_compose(
|
||||
"docker-compose", version, config
|
||||
)
|
||||
elif platform in set(["minikube-k8s", "gcp-k8s"]):
|
||||
elif platform in set(["minikube-k8s", "gcp-k8s", "aks-k8s"]):
|
||||
return self.generate_k8s(
|
||||
platform, version, config
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue