commit | fa7e5e9b1c7011fa92a73b63494ed6b83c68d588 | [log] [tgz] |
---|---|---|
author | Krzysztof Opasiak <k.opasiak@samsung.com> | Tue Mar 24 03:26:35 2020 +0100 |
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | Wed Mar 25 23:46:57 2020 +0100 |
tree | 0f8572678fc2f12c30cb93af4b2972b895f72646 | |
parent | 78942175bc10ad05bd7b2005accaa9ea78a0cdb8 [diff] |
[OOF] Use faster version of common secret template Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ib25f38d3fed05608adfeaf4a4ef1898cf66e12b1
diff --git a/kubernetes/oof/charts/oof-cmso/templates/secret.yaml b/kubernetes/oof/charts/oof-cmso/templates/secret.yaml index 3c61bf3..3dbdd31 100644 --- a/kubernetes/oof/charts/oof-cmso/templates/secret.yaml +++ b/kubernetes/oof/charts/oof-cmso/templates/secret.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