Skip to content

Commit f7ac183

Browse files
haasadsimu
andauthored
Update component/notifications.libsonnet
Co-authored-by: Simon Gerber <simon.gerber@vshn.ch>
1 parent 8afbc61 commit f7ac183

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

component/notifications.libsonnet

+5-8
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,13 @@ local createUpgradeNotification(overlay) =
102102
kube.ConfigMap('upgrade-notification-template') + namespace {
103103
data: {
104104
'upgrade.yaml': std.manifestYamlDoc(
105-
std.mergePatch(
106-
makeConsoleNotification('upgrade-%s' % overlay.version, params.upgrade_notification.notification),
107-
{
108-
metadata: {
109-
labels: {
110-
'appuio.io/ocp-version': overlay.version,
111-
},
105+
makeConsoleNotification('upgrade-%s' % overlay.version, params.upgrade_notification.notification) {
106+
metadata+: {
107+
labels+: {
108+
'appuio.io/ocp-version': overlay.version,
112109
},
113110
},
114-
),
111+
},
115112
),
116113
},
117114
},

0 commit comments

Comments
 (0)