Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Grudev <[email protected]>
  • Loading branch information
itay-grudev committed Oct 15, 2024
1 parent 8a22788 commit eb471df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
foo: bar
annotations:
foo: bar
foo: bar
spec:
instances: 2
storage:
Expand All @@ -18,10 +18,12 @@ spec:
key: custom-queries
enablePodMonitor: true
podMonitorRelabelings:
- targetLabel: environment
- action: replace
replacement: test
- targetLabel: team
targetLabel: environment
- action: replace
replacement: alpha
targetLabel: team
podMonitorMetricRelabelings:
- action: replace
sourceLabels:
Expand Down
4 changes: 4 additions & 0 deletions charts/cluster/test/monitoring/01-monitoring_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ cluster:
targetLabel: cnpg_cluster
- action: labeldrop
regex: cluster
additionalLabels:
foo: bar
annotations:
foo: bar
backups:
enabled: false
pooler:
Expand Down

0 comments on commit eb471df

Please sign in to comment.