From c0e31d40c6b5fbfaeb188b628b3605fa2fae260d Mon Sep 17 00:00:00 2001 From: Drewry Pope Date: Wed, 1 Jan 2025 01:20:51 -0600 Subject: [PATCH] installed app 'apisix' on project 'testing' installation-path: '/' --- apps/apisix/testing/config_dir.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apps/apisix/testing/config_dir.json diff --git a/apps/apisix/testing/config_dir.json b/apps/apisix/testing/config_dir.json new file mode 100644 index 00000000..724a1b00 --- /dev/null +++ b/apps/apisix/testing/config_dir.json @@ -0,0 +1,13 @@ +{ + "appName": "apisix", + "userGivenName": "apisix", + "destNamespace": "default", + "destServer": "https://kubernetes.default.svc", + "srcPath": "app/apisix", + "srcRepoURL": "https://github.com/developing-today/code.git", + "srcTargetRevision": "", + "labels": null, + "annotations": null, + "exclude": "", + "include": "" +} \ No newline at end of file