diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-22 06:42:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-22 06:42:07 +0000 |
commit | febcdd62d5ee6e5ba16cf104acc11aa414f69577 (patch) | |
tree | e1dbcd11a7c4d44a4b1437230e4db2ef8d4db470 /kubernetes/portal/components/portal-app/templates/secret.yaml | |
parent | 8fe479f92975d66dbaa3eb8eacef52097fd31edf (diff) | |
parent | dc31fb09f2383d5933432040f4e852613b7f42f8 (diff) |
Merge "[PORTAL] change comment style"
Diffstat (limited to 'kubernetes/portal/components/portal-app/templates/secret.yaml')
-rw-r--r-- | kubernetes/portal/components/portal-app/templates/secret.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/portal/components/portal-app/templates/secret.yaml b/kubernetes/portal/components/portal-app/templates/secret.yaml index a4019efa2b..78fc709202 100644 --- a/kubernetes/portal/components/portal-app/templates/secret.yaml +++ b/kubernetes/portal/components/portal-app/templates/secret.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2018 Amdocs, Bell Canada, AT&T # Modifications Copyright © 2020 AT&T # @@ -12,5 +13,6 @@ # 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" . }} |