We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce1ab51 + 3e0083b commit 6643138Copy full SHA for 6643138
ksonnet-util/kausal.libsonnet
@@ -248,7 +248,8 @@ k {
248
labels, // selector
249
ports,
250
) +
251
- service.mixin.metadata.withLabels({ name: deployment.metadata.name }),
+ service.mixin.metadata.withLabels({ name: deployment.metadata.name }) +
252
+ service.mixin.metadata.withNamespace($._config.namespace),
253
254
// rbac creates a service account, role and role binding with the given
255
// name and rules.
0 commit comments