aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/templates/secret.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-09-01 19:17:20 +0200
committerKrzysztof Opasiak <k.opasiak@samsung.com>2020-09-11 19:49:58 +0000
commit4372e83bea918c4e9387ec556e52af3075563657 (patch)
tree6c63400e5b2e60d50e4ae11807206a9ee5f13a2f /kubernetes/so/templates/secret.yaml
parent47befb7d30489984cde86ef6377a0e9b573d29d6 (diff)
[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>
Diffstat (limited to 'kubernetes/so/templates/secret.yaml')
-rw-r--r--kubernetes/so/templates/secret.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/templates/secret.yaml b/kubernetes/so/templates/secret.yaml
index bdcecddfa3..5e9a62f00d 100644
--- a/kubernetes/so/templates/secret.yaml
+++ b/kubernetes/so/templates/secret.yaml
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-{{ include "common.secret" . }}
+{{ include "common.secretFast" . }}