Skip to content

Commit

Permalink
Merge pull request #3 from appuio/fix/ns-labels
Browse files Browse the repository at this point in the history
Fix namespace labels
  • Loading branch information
simu authored Aug 11, 2021
2 parents 795751b + 8a285ed commit c474b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/main.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local namespace = operatorlib.validateInstance(params.namespace);
// enable cluster monitoring when instantiating to manage
// namespace openshift-operators-redhat
'openshift.io/cluster-monitoring':
namespace == 'openshift-operators-redhat',
'%s' % [ namespace == 'openshift-operators-redhat' ],
},
},
},
Expand Down

0 comments on commit c474b12

Please sign in to comment.