diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-11-26 09:55:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-26 09:55:32 +0000 |
commit | 62e7f12b980b86d16610404fff73bdedaade7de6 (patch) | |
tree | 7884275b43067fe436ffef0bb7a849a790c2db4c /kubernetes/cds/components/cds-blueprints-processor/templates/secrets.yaml | |
parent | ad8304614c396970f9ae1f18019d7bcca8f2baad (diff) | |
parent | 503b229517a752ce1ebc5950deb823a4b428148e (diff) |
Merge "[CDS] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/cds/components/cds-blueprints-processor/templates/secrets.yaml')
-rw-r--r-- | kubernetes/cds/components/cds-blueprints-processor/templates/secrets.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kubernetes/cds/components/cds-blueprints-processor/templates/secrets.yaml b/kubernetes/cds/components/cds-blueprints-processor/templates/secrets.yaml new file mode 100644 index 0000000000..34932b713d --- /dev/null +++ b/kubernetes/cds/components/cds-blueprints-processor/templates/secrets.yaml @@ -0,0 +1,17 @@ +{{/* +# Copyright © 2020 Samsung Electronics +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# 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.secretFast" . }} |