Skip to content

Commit 4882df2

Browse files
khrmtekton-robot
authored andcommitted
fix: revert mistaken metadata changes in resolvers config-observability
Commit 72c59cd (OTel migration) accidentally changed three metadata fields in config/resolvers/config-observability.yaml that are specific to the resolvers deployment: - Copyright year reverted: 2019 → 2022 - Namespace reverted: tekton-pipelines → tekton-pipelines-resolvers - Restored label: app.kubernetes.io/component: resolvers The OTel configuration content in the data section is left unchanged.
1 parent 9db88e0 commit 4882df2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/resolvers/config-observability.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2019 The Tekton Authors
1+
# Copyright 2022 The Tekton Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -16,8 +16,9 @@ apiVersion: v1
1616
kind: ConfigMap
1717
metadata:
1818
name: config-observability
19-
namespace: tekton-pipelines
19+
namespace: tekton-pipelines-resolvers
2020
labels:
21+
app.kubernetes.io/component: resolvers
2122
app.kubernetes.io/instance: default
2223
app.kubernetes.io/part-of: tekton-pipelines
2324
data:

0 commit comments

Comments
 (0)