summaryrefslogtreecommitdiffstats
path: root/kubernetes/portal/charts/portal-sdk/templates/secrets.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-03-26 08:48:51 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-26 08:48:51 +0000
commite984935a83dac00dfaef71ce910dad93493e138c (patch)
tree7b9780b1929591b1e5f5fe901296321477e02bff /kubernetes/portal/charts/portal-sdk/templates/secrets.yaml
parent127a91ed7efc1db32abbe92ddd9510d49ba90c1c (diff)
parent001d4b85943604f234888d857ae4566037342587 (diff)
Merge "[PORTAL] Use faster version of common secret template"
Diffstat (limited to 'kubernetes/portal/charts/portal-sdk/templates/secrets.yaml')
-rw-r--r--kubernetes/portal/charts/portal-sdk/templates/secrets.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/portal/charts/portal-sdk/templates/secrets.yaml b/kubernetes/portal/charts/portal-sdk/templates/secrets.yaml
index b79179bc6b..61fc2f8037 100644
--- a/kubernetes/portal/charts/portal-sdk/templates/secrets.yaml
+++ b/kubernetes/portal/charts/portal-sdk/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" . }}