Skip to content

Commit c87f74d

Browse files
authored
Deploy panopticon in openshift-monitoring ns in OpenShift (#1216)
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent cf18da9 commit c87f74d

File tree

1 file changed

+1
-1
lines changed
  • charts/opscenter-features/templates/featuresets/opscenter-observability/monitoring

1 file changed

+1
-1
lines changed

charts/opscenter-features/templates/featuresets/opscenter-observability/monitoring/panopticon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
app.kubernetes.io/name: panopticon
4040
chart:
4141
name: panopticon
42-
namespace: monitoring
42+
namespace: {{ ternary "openshift-monitoring" "monitoring" (eq (include "distro.openshift" $) "true") }}
4343
createNamespace: {{ $.Values.helm.createNamespace }}
4444
version: {{ dig "panopticon" "version" "" $.Values.helm.releases }}
4545
sourceRef:

0 commit comments

Comments
 (0)