Moving dev branch code to master branch
[yaml_builds.git] / templates / software / charts / kubernetes / ingress / ingress.j2
@@ -1,6 +1,6 @@
 ---
 ##############################################################################
-# Copyright © 2018 AT&T Intellectual Property. All rights reserved.          #
+# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.        #
 #                                                                            #
 # Licensed under the Apache License, Version 2.0 (the "License"); you may    #
 # not use this file except in compliance with the License.                   #
@@ -28,11 +28,5 @@ metadata:
       - method: merge
         path: .
   storagePolicy: cleartext
-data:
-  values:
-    network:
-      vip:
-        manage: true
-        interface: ingress0
-        addr: {{yaml.networks.ksn.ingress_cidr}}
+data: {}
 ...