From 3cefd208972cfb1555942cfdeb6907831b13ee88 Mon Sep 17 00:00:00 2001 From: gitops_test Date: Thu, 11 Jun 2026 09:04:55 +0000 Subject: [PATCH] Delete samplescriptconfig_20260611_090408.yaml --- samplescriptconfig_20260611_090408.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 samplescriptconfig_20260611_090408.yaml diff --git a/samplescriptconfig_20260611_090408.yaml b/samplescriptconfig_20260611_090408.yaml deleted file mode 100644 index 74c2730..0000000 --- a/samplescriptconfig_20260611_090408.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: sample-vm-post-provisioning-config -version: "1.0" -description: Sample configuration file for VM script upload testing - -cloudEnvironment: - provider: ovh - region: eu-west - environmentType: test - -vm: - cpu: 2 - ramGb: 4 - storageGb: 20 - image: ubuntu-22.04 - -network: - sshPort: 22 - httpPort: 80 - -script: - executionTimeoutSeconds: 300 - runAsRoot: true