aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/appc/templates/secrets.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-03-24 03:24:51 +0100
committerKrzysztof Opasiak <k.opasiak@samsung.com>2020-03-25 23:48:35 +0100
commitde8ba18ea75cb98f5ec1af7ba1aac0acc4d285b2 (patch)
tree44a12bcaf87a341550fd3f3677022ba98fa6f907 /kubernetes/appc/templates/secrets.yaml
parent78942175bc10ad05bd7b2005accaa9ea78a0cdb8 (diff)
[APPC] Use faster version of common secret templates
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I8b6d8f649d8ae45d232cd853f4f194534f8031cf
Diffstat (limited to 'kubernetes/appc/templates/secrets.yaml')
-rw-r--r--kubernetes/appc/templates/secrets.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/appc/templates/secrets.yaml b/kubernetes/appc/templates/secrets.yaml
index 65a6b24eb7..075c24a064 100644
--- a/kubernetes/appc/templates/secrets.yaml
+++ b/kubernetes/appc/templates/secrets.yaml
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-{{ include "common.secret" . }}
+{{ include "common.secretFast" . }}