Commit 7cc0a496 authored by jackgr's avatar jackgr

Fix replicatedservice namespace

parent d9f1fac3
......@@ -41,9 +41,9 @@ def GenerateConfig(context):
'properties': {
'apiVersion': 'v1',
'kind': 'Service',
'namespace': namespace,
'metadata': {
'name': service_name,
'namespace': namespace,
'labels': GenerateLabels(context, service_name),
},
'spec': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment