diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-03-31 11:28:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-31 11:28:59 +0000 |
commit | a3d32bfd862d562347fa8dce61878f6c28866027 (patch) | |
tree | 3435fd5c4fa92d82507313d339f657eac2a19715 /kubernetes/oof/charts/oof-cmso/templates/secret.yaml | |
parent | 306ca0e534863b7dd894e032f9b78ded61de2de5 (diff) | |
parent | fa7e5e9b1c7011fa92a73b63494ed6b83c68d588 (diff) |
Merge "[OOF] Use faster version of common secret template"
Diffstat (limited to 'kubernetes/oof/charts/oof-cmso/templates/secret.yaml')
-rw-r--r-- | kubernetes/oof/charts/oof-cmso/templates/secret.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/oof/charts/oof-cmso/templates/secret.yaml b/kubernetes/oof/charts/oof-cmso/templates/secret.yaml index 3c61bf3bdc..3dbdd31b1f 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 |