diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-05-05 15:56:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-05-05 15:56:41 +0000 |
commit | 07651923a7b8413088c0d196d63b86e10312ce7b (patch) | |
tree | 674ca521a53a6af0053fbda4e4082237e215dbbc /kubernetes/policy/components/policy-distribution/values.yaml | |
parent | ea66314be24fda8601b1e3933046fc7654d4fe6e (diff) | |
parent | a44fae7c1c2e5722ad0b4d9011f81af95e438d9d (diff) |
Merge "[POLICY] Simplify cert retrieval script"
Diffstat (limited to 'kubernetes/policy/components/policy-distribution/values.yaml')
-rwxr-xr-x | kubernetes/policy/components/policy-distribution/values.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kubernetes/policy/components/policy-distribution/values.yaml b/kubernetes/policy/components/policy-distribution/values.yaml index 09805bd496..6788613ceb 100755 --- a/kubernetes/policy/components/policy-distribution/values.yaml +++ b/kubernetes/policy/components/policy-distribution/values.yaml @@ -105,9 +105,6 @@ certInitializer: uid: 100 gid: 101 aaf_add_config: > - /opt/app/aaf_config/bin/agent.sh; - export $(/opt/app/aaf_config/bin/agent.sh local showpass - {{ .Values.fqi }} {{ .Values.fqdn }} | grep "^cadi_keystore_password_p12"); echo "export KEYSTORE='{{ .Values.credsPath }}/org.onap.policy.p12'" >> {{ .Values.credsPath }}/.ci; echo "export KEYSTORE_PASSWD='${cadi_keystore_password_p12}'" >> {{ .Values.credsPath }}/.ci; chown -R {{ .Values.uid }}:{{ .Values.gid }} $(dirname {{ .Values.credsPath }}); |