summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/charts/pap/templates/deployment.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-04-17[Policy] Remove hardcoded credentials from papDominik Mizyn1-0/+12
This patch remove hardcoded healthcheck credentials from pap. Issue-ID: OOM-2342 Change-Id: I8dc2a1b0a84a18215403aabc8ae9b2a25387c3d7 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2020-04-03[POLICY] Use common secret template in papKrzysztof Opasiak1-1/+23
Use common secret template in pap module instead of hardcoding them in config map. For now db creds are hardcoded but this will be remove in further commits. Issue-ID: OOM-2342 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ic4a4c175579fdc89de216fc09edd562530ad10cc
2020-03-10Standardize the pap pod/service name.k.kedron1-0/+81
To fix the bug with connecting to the pap by pdp. Change-Id: I21fb90f151ecace5c10e4def190ed15b15d7c4e5 Issue-ID: OOM-2333 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>