diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-03-25 15:56:21 +0000 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-04-10 14:47:41 +0100 |
commit | f35d01581c8da55946d604e5a444972fe4b0d318 (patch) | |
tree | b4eb14bf45c68cdad142ace5df29c6022bd6f3f7 /helm | |
parent | c5936fb131831992ac8da40fb56599dfb0ae1b5e (diff) |
Improvements to CSIT
Issue-ID: POLICY-4868
Change-Id: If2fe23e18f500fc777091b26016180521e4fa852
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'helm')
-rw-r--r-- | helm/policy/components/policy-drools-pdp/templates/statefulset.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helm/policy/components/policy-drools-pdp/templates/statefulset.yaml b/helm/policy/components/policy-drools-pdp/templates/statefulset.yaml index de14c4b3..7ada63ad 100644 --- a/helm/policy/components/policy-drools-pdp/templates/statefulset.yaml +++ b/helm/policy/components/policy-drools-pdp/templates/statefulset.yaml @@ -104,9 +104,9 @@ spec: - mountPath: /tmp/policy-install/config/engine-system.properties name: drools-config subPath: engine-system.properties - - mountPath: /tmp/policy-install/config/feature-pooling-kafka.conf + - mountPath: /tmp/policy-install/config/feature-pooling-messages.conf name: drools-config - subPath: feature-pooling-kafka.conf + subPath: feature-pooling-messages.conf - mountPath: /tmp/policy-install/config/logback.xml name: drools-config subPath: logback.xml @@ -133,8 +133,8 @@ spec: - key: engine-system.properties path: engine-system.properties mode: 0755 - - key: feature-pooling-kafka.conf - path: feature-pooling-kafka.conf + - key: feature-pooling-messages.conf + path: feature-pooling-messages.conf mode: 0755 - key: logback.xml path: logback.xml |