aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/templates
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-03-24 03:27:32 +0100
committerKrzysztof Opasiak <k.opasiak@samsung.com>2020-03-25 23:43:51 +0100
commit28d194ff7ba1f9cab1e4cf9e8eeaf52f82e3c205 (patch)
tree23aacf0015e0307d88a525073d352f7ed0946bef /kubernetes/cds/templates
parent78942175bc10ad05bd7b2005accaa9ea78a0cdb8 (diff)
[CDS] Use faster version of common secret template
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ic54ae02070aad1ce5320cb319681c3c85271699b
Diffstat (limited to 'kubernetes/cds/templates')
-rw-r--r--kubernetes/cds/templates/secrets.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/cds/templates/secrets.yaml b/kubernetes/cds/templates/secrets.yaml
index 87edb92a4b..bd7eb8ea40 100644
--- a/kubernetes/cds/templates/secrets.yaml
+++ b/kubernetes/cds/templates/secrets.yaml
@@ -11,4 +11,5 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-{{ include "common.secret" . }}
+
+{{ include "common.secretFast" . }}