diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-03-26 08:17:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-26 08:17:14 +0000 |
commit | 98bd3e1fcfb1c9a92657ff9b31790676f794b9e9 (patch) | |
tree | 7586d6778503ece227315737b9857558d29969c2 /kubernetes/cds/charts/cds-blueprints-processor/templates/secrets.yaml | |
parent | f762add5d044bae4532f86629c77281fe80e6ded (diff) | |
parent | 28d194ff7ba1f9cab1e4cf9e8eeaf52f82e3c205 (diff) |
Merge "[CDS] Use faster version of common secret template"
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor/templates/secrets.yaml')
-rw-r--r-- | kubernetes/cds/charts/cds-blueprints-processor/templates/secrets.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/templates/secrets.yaml b/kubernetes/cds/charts/cds-blueprints-processor/templates/secrets.yaml index 87edb92a4b..bd7eb8ea40 100644 --- a/kubernetes/cds/charts/cds-blueprints-processor/templates/secrets.yaml +++ b/kubernetes/cds/charts/cds-blueprints-processor/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" . }} |