diff options
author | 2020-10-22 06:37:16 +0000 | |
---|---|---|
committer | 2020-10-22 06:37:16 +0000 | |
commit | 8a94a1dc516b41c76d30a8e217c3d3397db366cb (patch) | |
tree | df67cafecfec59cc3af373b9ae9841514ee1d482 /kubernetes/pnda/charts/dcae-pnda-mirror | |
parent | 46543ea6fb61e8dc6830f89d04e722899f9910cf (diff) | |
parent | e2b7dd359b8c05a02e5acad8e4626119904138cc (diff) |
Merge "[PNDA] change comment style"
Diffstat (limited to 'kubernetes/pnda/charts/dcae-pnda-mirror')
-rw-r--r-- | kubernetes/pnda/charts/dcae-pnda-mirror/templates/deployment.yaml | 2 | ||||
-rw-r--r-- | kubernetes/pnda/charts/dcae-pnda-mirror/templates/service.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/pnda/charts/dcae-pnda-mirror/templates/deployment.yaml b/kubernetes/pnda/charts/dcae-pnda-mirror/templates/deployment.yaml index c328644122..db35c21fd2 100644 --- a/kubernetes/pnda/charts/dcae-pnda-mirror/templates/deployment.yaml +++ b/kubernetes/pnda/charts/dcae-pnda-mirror/templates/deployment.yaml @@ -1,3 +1,4 @@ +{{/* # ================================================================================ # Copyright (c) 2018 Cisco Systems. All rights reserved. # ================================================================================ @@ -13,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============LICENSE_END========================================================= +*/}} apiVersion: extensions/v1beta1 kind: Deployment diff --git a/kubernetes/pnda/charts/dcae-pnda-mirror/templates/service.yaml b/kubernetes/pnda/charts/dcae-pnda-mirror/templates/service.yaml index e3308184fa..242f77c04d 100644 --- a/kubernetes/pnda/charts/dcae-pnda-mirror/templates/service.yaml +++ b/kubernetes/pnda/charts/dcae-pnda-mirror/templates/service.yaml @@ -1,3 +1,4 @@ +{{/* # ================================================================================ # Copyright (c) 2018 Cisco Systems. All rights reserved. # ================================================================================ @@ -13,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============LICENSE_END========================================================= +*/}} apiVersion: v1 kind: Service |