commit | 4372e83bea918c4e9387ec556e52af3075563657 | [log] [tgz] |
---|---|---|
author | Krzysztof Opasiak <k.opasiak@samsung.com> | Tue Sep 01 19:17:20 2020 +0200 |
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | Fri Sep 11 19:49:58 2020 +0000 |
tree | 6c63400e5b2e60d50e4ae11807206a9ee5f13a2f | |
parent | 47befb7d30489984cde86ef6377a0e9b573d29d6 [diff] [blame] |
[TREE-WIDE] Use faster version of common secret template Replace all calls to common.secret with a faster version to save some linting time. Issue-ID: OOM-2248 Change-Id: I3372c87226d5dd8b7468ebed2d77e7ceceba5777 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
diff --git a/kubernetes/policy/components/policy-drools-pdp/templates/secrets.yaml b/kubernetes/policy/components/policy-drools-pdp/templates/secrets.yaml index 7fb84b5..29f2ef2 100755 --- a/kubernetes/policy/components/policy-drools-pdp/templates/secrets.yaml +++ b/kubernetes/policy/components/policy-drools-pdp/templates/secrets.yaml
@@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -{{ include "common.secret" . }} +{{ include "common.secretFast" . }} --- apiVersion: v1 kind: Secret