diff options
author | efiacor <fiachra.corcoran@est.tech> | 2023-03-03 14:53:16 +0000 |
---|---|---|
committer | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2023-03-10 12:25:42 +0000 |
commit | 6910bbe1e3f2e44e5e100b8fec34a6da8b8eb231 (patch) | |
tree | d0146b7ed4d448cec81f8356ba9c83110977dda2 /kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/Chart.yaml | |
parent | 9ff7ee73b1f5dd0adb1ae9d3b5ae6b324e12dad5 (diff) |
[POLICY-PPNT] Move policy-clamp-ppnt use case to use strimzi kafka
Move acm to use strimzi common templates
Enabled kafka by default for acm ppnts
Update relevant config params
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ia23970e59f4ddaa83a07d224293b0155e28d0ab2
Issue-ID: DMAAP-1857
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/Chart.yaml')
-rw-r--r-- | kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/Chart.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/Chart.yaml b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/Chart.yaml index 13507f9e37..c979d7de4a 100644 --- a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/Chart.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/Chart.yaml @@ -36,3 +36,6 @@ dependencies: - name: serviceAccount version: ~12.x-0 repository: '@local' + - name: readinessCheck + version: ~12.x-0 + repository: '@local' |