Add formance operator, stack and ledger

This commit is contained in:
2024-12-27 15:53:29 +01:00
parent 3626abefe6
commit b5ebffa948
79 changed files with 15172 additions and 14 deletions

View File

@@ -67,6 +67,6 @@ if os.path.exists(groups_management_dir):
print("Directory : {dir}".format(dir=groups_management_dir))
deploy_go('groups-management', groups_management_dir, groups_management_image)
k8s_yaml(kustomize(k8s_config))
k8s_yaml(kustomize(k8s_config, flags=["--enable-helm"]))
k8s_resource(workload='smtp4dev', port_forwards=smtp4dev_local_port+":80")