diff options
author | 2020-10-22 06:28:01 +0000 | |
---|---|---|
committer | 2020-10-22 06:28:01 +0000 | |
commit | 9b655a714d97a3d5e6e3cc1245e3ef978976e417 (patch) | |
tree | 3a2d9f9f437092cdefe5f45b39bd8c12620fe608 /kubernetes/contrib/components/netbox/charts/netbox-app | |
parent | c9b0eabdf5ca324333992f12402eb5cdaea70afd (diff) | |
parent | 2776cf897adeb2092f9f3e5005b43b90006f2b9e (diff) |
Merge "[CONTRIB] change comment style"
Diffstat (limited to 'kubernetes/contrib/components/netbox/charts/netbox-app')
-rw-r--r-- | kubernetes/contrib/components/netbox/charts/netbox-app/templates/job.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/contrib/components/netbox/charts/netbox-app/templates/job.yaml b/kubernetes/contrib/components/netbox/charts/netbox-app/templates/job.yaml index a1b8cf1aae..ed6518ed1a 100644 --- a/kubernetes/contrib/components/netbox/charts/netbox-app/templates/job.yaml +++ b/kubernetes/contrib/components/netbox/charts/netbox-app/templates/job.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2018 Bell Canada # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,6 +12,7 @@ # 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. +*/}} apiVersion: batch/v1 kind: Job |