diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-11-03 08:23:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-03 08:23:23 +0000 |
commit | c48f93d37477327de237374816683aa19275befc (patch) | |
tree | 65e659e6055e8cfc07221a9dacd8252cf59690f1 /kubernetes/uui/components/uui-server/templates/secrets.yaml | |
parent | 6f091ec13ebdaa06578d475402971d827fa11f35 (diff) | |
parent | e3fccd47d83f31fb5ac18943dc6d00b586d95800 (diff) |
Merge "[UUI] New Solve 2 components in one Docker"
Diffstat (limited to 'kubernetes/uui/components/uui-server/templates/secrets.yaml')
-rw-r--r-- | kubernetes/uui/components/uui-server/templates/secrets.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kubernetes/uui/components/uui-server/templates/secrets.yaml b/kubernetes/uui/components/uui-server/templates/secrets.yaml new file mode 100644 index 0000000000..e36412bf2a --- /dev/null +++ b/kubernetes/uui/components/uui-server/templates/secrets.yaml @@ -0,0 +1,15 @@ +{{/* +# Copyright © 2022 CMCC Corporation +# # 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" . }} |