From 52df889bc8ad9ad72f529ca2c824244d9f11d330 Mon Sep 17 00:00:00 2001 From: Carlos Feria Date: Wed, 13 Nov 2024 10:43:31 +0100 Subject: [PATCH] feat: enable sample data flag to be enabled (#45) --- .../trustify/operator/cdrs/v2alpha1/server/ServerDeployment.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/trustify/operator/cdrs/v2alpha1/server/ServerDeployment.java b/src/main/java/org/trustify/operator/cdrs/v2alpha1/server/ServerDeployment.java index 3ef5d1b..085d9eb 100644 --- a/src/main/java/org/trustify/operator/cdrs/v2alpha1/server/ServerDeployment.java +++ b/src/main/java/org/trustify/operator/cdrs/v2alpha1/server/ServerDeployment.java @@ -150,6 +150,7 @@ private DeploymentSpec getDeploymentSpec(Trustify cr, Context context, .withCommand( "/usr/local/bin/trustd", "api", + "--sample-data", "--infrastructure-enabled", "--infrastructure-bind=0.0.0.0:" + Constants.HTTP_INFRAESTRUCTURE_PORT )